Shades of Viking #5EB2CE
Tints of Viking #5EB2CE
RGB
CMYK
RGB Variations
Color information
#5EB2CE (or 0x5EB2CE) is known color: Viking. HEX triplet: 5E, B2 and CE. RGB value is (94,178,206). Sum of RGB (Red+Green+Blue) = 94+178+206=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EB2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB2CE is #A14D31. Grayscale: #9B9B9B. Windows color (decimal): -10571058 or 13546078. OLE color: 13546078.
HSL color Cylindrical-coordinate representation of color #5EB2CE: hue angle of 195º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EB2CE is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 178 | 206 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.19 |
| HSL | 195º | 0.53% | 0.59% | - |
| HSV(B) | 195º | 0.54% | 0.81% | - |
| XYZ | 31.68 | 38.68 | 64.19 | - |
| YUV | 156.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 178 | 206 | 0.54 | 0.14 | 0 | 0.19 | 195 | 0.53 | 0.59 |
| Hex | 5E | B2 | CE | 36 | E | 0 | 13 | C3 | 35 | 3B |
| Octal | 136 | 262 | 316 | 66 | 16 | 0 | 23 | 303 | 65 | 73 |
| Binary | 1011110 | 10110010 | 11001110 | 110110 | 1110 | 0 | 10011 | 11000011 | 110101 | 111011 |
Color Harmonies of #5EB2CE
Complementary color
Monochromatic Colors of #5EB2CE
Black with #5EB2CE
Text Example
Text Example
White with #5EB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB2CE; }
p { color: rgb(94,178,206); }
H1.HeaderClassName
{
color: #5EB2CE;
}
.AnyTagClassName
{
color: #5EB2CE;
}
</style>
background-color css
<style>
a { background-color: #5EB2CE; }
a { background-color: rgb(94,178,206); }
div.DivClassName
{
background-color: #5EB2CE;
}
.BgClassName
{
background-color: #5EB2CE;
}
</style>
border-color css
<style>
span { border-color: #5EB2CE; }
span { border-color: rgb(94,178,206); }
td.TdClassName
{
border-color: #5EB2CE;
}
.TagClassName
{
border-color: #5EB2CE;
}
</style>