Shades of Viking #5EBDCE
Tints of Viking #5EBDCE
RGB
CMYK
RGB Variations
Color information
#5EBDCE (or 0x5EBDCE) is known color: Viking. HEX triplet: 5E, BD and CE. RGB value is (94,189,206). Sum of RGB (Red+Green+Blue) = 94+189+206=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDCE is #A14231. Grayscale: #A2A2A2. Windows color (decimal): -10568242 or 13548894. OLE color: 13548894.
HSL color Cylindrical-coordinate representation of color #5EBDCE: hue angle of 189.11º 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 #5EBDCE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 189 | 206 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.19 |
| HSL | 189.11º | 0.53% | 0.59% | - |
| HSV(B) | 189.11º | 0.54% | 0.81% | - |
| XYZ | 33.95 | 43.23 | 64.95 | - |
| YUV | 162.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 206 | 0.54 | 0.08 | 0 | 0.19 | 189.11 | 0.53 | 0.59 |
| Hex | 5E | BD | CE | 36 | 8 | 0 | 13 | BD | 35 | 3B |
| Octal | 136 | 275 | 316 | 66 | 10 | 0 | 23 | 275 | 65 | 73 |
| Binary | 1011110 | 10111101 | 11001110 | 110110 | 1000 | 0 | 10011 | 10111101 | 110101 | 111011 |
Color Harmonies of #5EBDCE
Complementary color
Monochromatic Colors of #5EBDCE
Black with #5EBDCE
Text Example
Text Example
White with #5EBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDCE; }
p { color: rgb(94,189,206); }
H1.HeaderClassName
{
color: #5EBDCE;
}
.AnyTagClassName
{
color: #5EBDCE;
}
</style>
background-color css
<style>
a { background-color: #5EBDCE; }
a { background-color: rgb(94,189,206); }
div.DivClassName
{
background-color: #5EBDCE;
}
.BgClassName
{
background-color: #5EBDCE;
}
</style>
border-color css
<style>
span { border-color: #5EBDCE; }
span { border-color: rgb(94,189,206); }
td.TdClassName
{
border-color: #5EBDCE;
}
.TagClassName
{
border-color: #5EBDCE;
}
</style>