#5EBDCF

Color #5EBDCF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5EBDCF

Tints of Viking #5EBDCF

Color information

#5EBDCF (or 0x5EBDCF) is unknown color: approx Viking. HEX triplet: 5E, BD and CF. RGB value is (94,189,207). Sum of RGB (Red+Green+Blue) = 94+189+207=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDCF is #A14230. Grayscale: #A2A2A2. Windows color (decimal): -10568241 or 13614430. OLE color: 13614430.

HSL color Cylindrical-coordinate representation of color #5EBDCF: hue angle of 189.56º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBDCF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB94189207-
CMYK0.550.0900.19
HSL189.56º54.07%59.02%-
HSV(B)189.56º54.59%81.18%-
XYZ34.0843.2865.59-
YUV162.65153.0379.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 19.18%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=19.18%
G=38.57%
B=42.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal941892070.550.0900.19189.5654.0759.02
Hex5EBDCF379013be363b
Octal13627531767110232766673
Binary10111101011110111001111110111100101001110111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EBDCF; }

 p { color: rgb(94,189,207); }

 H1.HeaderClassName
 {
   color: #5EBDCF;
 }
 .AnyTagClassName
 {
   color: #5EBDCF;
 }
</style>
background-color css

<style>
 a { background-color: #5EBDCF; }

 a { background-color: rgb(94,189,207); }

 div.DivClassName
 {
   background-color: #5EBDCF;
 }
 .BgClassName
 {
   background-color: #5EBDCF;
 }
</style>
border-color css

<style>
 span { border-color: #5EBDCF; }

 span { border-color: rgb(94,189,207); }

 td.TdClassName
 {
   border-color: #5EBDCF;
 }
 .TagClassName
 {
   border-color: #5EBDCF;
 }
</style>