Shades of Viking #5EBBCD
Tints of Viking #5EBBCD
RGB
CMYK
RGB Variations
Color information
#5EBBCD (or 0x5EBBCD) is known color: Viking. HEX triplet: 5E, BB and CD. RGB value is (94,187,205). Sum of RGB (Red+Green+Blue) = 94+187+205=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBCD is #A14432. Grayscale: #A1A1A1. Windows color (decimal): -10568755 or 13482846. OLE color: 13482846.
HSL color Cylindrical-coordinate representation of color #5EBBCD: hue angle of 189.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EBBCD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 187 | 205 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.20 |
| HSL | 189.73º | 0.53% | 0.59% | - |
| HSV(B) | 189.73º | 0.54% | 0.8% | - |
| XYZ | 33.41 | 42.33 | 64.17 | - |
| YUV | 161.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 205 | 0.54 | 0.09 | 0 | 0.20 | 189.73 | 0.53 | 0.59 |
| Hex | 5E | BB | CD | 36 | 9 | 0 | 14 | BE | 35 | 3B |
| Octal | 136 | 273 | 315 | 66 | 11 | 0 | 24 | 276 | 65 | 73 |
| Binary | 1011110 | 10111011 | 11001101 | 110110 | 1001 | 0 | 10100 | 10111110 | 110101 | 111011 |
Color Harmonies of #5EBBCD
Complementary color
Monochromatic Colors of #5EBBCD
Black with #5EBBCD
Text Example
Text Example
White with #5EBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBCD; }
p { color: rgb(94,187,205); }
H1.HeaderClassName
{
color: #5EBBCD;
}
.AnyTagClassName
{
color: #5EBBCD;
}
</style>
background-color css
<style>
a { background-color: #5EBBCD; }
a { background-color: rgb(94,187,205); }
div.DivClassName
{
background-color: #5EBBCD;
}
.BgClassName
{
background-color: #5EBBCD;
}
</style>
border-color css
<style>
span { border-color: #5EBBCD; }
span { border-color: rgb(94,187,205); }
td.TdClassName
{
border-color: #5EBBCD;
}
.TagClassName
{
border-color: #5EBBCD;
}
</style>