Shades of Viking #5EBDCC
Tints of Viking #5EBDCC
RGB
CMYK
RGB Variations
Color information
#5EBDCC (or 0x5EBDCC) is known color: Viking. HEX triplet: 5E, BD and CC. RGB value is (94,189,204). Sum of RGB (Red+Green+Blue) = 94+189+204=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDCC is #A14233. Grayscale: #A2A2A2. Windows color (decimal): -10568244 or 13417822. OLE color: 13417822.
HSL color Cylindrical-coordinate representation of color #5EBDCC: hue angle of 188.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EBDCC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 189 | 204 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.2 |
| HSL | 188.18º | 0.52% | 0.58% | - |
| HSV(B) | 188.18º | 0.54% | 0.8% | - |
| XYZ | 33.71 | 43.13 | 63.68 | - |
| YUV | 162.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 204 | 0.54 | 0.07 | 0 | 0.2 | 188.18 | 0.52 | 0.58 |
| Hex | 5E | BD | CC | 36 | 7 | 0 | 14 | BC | 34 | 3A |
| Octal | 136 | 275 | 314 | 66 | 7 | 0 | 24 | 274 | 64 | 72 |
| Binary | 1011110 | 10111101 | 11001100 | 110110 | 111 | 0 | 10100 | 10111100 | 110100 | 111010 |
Color Harmonies of #5EBDCC
Complementary color
Monochromatic Colors of #5EBDCC
Black with #5EBDCC
Text Example
Text Example
White with #5EBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDCC; }
p { color: rgb(94,189,204); }
H1.HeaderClassName
{
color: #5EBDCC;
}
.AnyTagClassName
{
color: #5EBDCC;
}
</style>
background-color css
<style>
a { background-color: #5EBDCC; }
a { background-color: rgb(94,189,204); }
div.DivClassName
{
background-color: #5EBDCC;
}
.BgClassName
{
background-color: #5EBDCC;
}
</style>
border-color css
<style>
span { border-color: #5EBDCC; }
span { border-color: rgb(94,189,204); }
td.TdClassName
{
border-color: #5EBDCC;
}
.TagClassName
{
border-color: #5EBDCC;
}
</style>