Shades of Viking #5EBBC9
Tints of Viking #5EBBC9
RGB
CMYK
RGB Variations
Color information
#5EBBC9 (or 0x5EBBC9) is known color: Viking. HEX triplet: 5E, BB and C9. RGB value is (94,187,201). Sum of RGB (Red+Green+Blue) = 94+187+201=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #5EBBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBC9 is #A14436. Grayscale: #A0A0A0. Windows color (decimal): -10568759 or 13220702. OLE color: 13220702.
HSL color Cylindrical-coordinate representation of color #5EBBC9: hue angle of 187.85º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EBBC9 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 187 | 201 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.21 |
| HSL | 187.85º | 0.5% | 0.58% | - |
| HSV(B) | 187.85º | 0.53% | 0.79% | - |
| XYZ | 32.93 | 42.14 | 61.66 | - |
| YUV | 160.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 201 | 0.53 | 0.07 | 0 | 0.21 | 187.85 | 0.5 | 0.58 |
| Hex | 5E | BB | C9 | 35 | 7 | 0 | 15 | BC | 32 | 3A |
| Octal | 136 | 273 | 311 | 65 | 7 | 0 | 25 | 274 | 62 | 72 |
| Binary | 1011110 | 10111011 | 11001001 | 110101 | 111 | 0 | 10101 | 10111100 | 110010 | 111010 |
Color Harmonies of #5EBBC9
Complementary color
Monochromatic Colors of #5EBBC9
Black with #5EBBC9
Text Example
Text Example
White with #5EBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBC9; }
p { color: rgb(94,187,201); }
H1.HeaderClassName
{
color: #5EBBC9;
}
.AnyTagClassName
{
color: #5EBBC9;
}
</style>
background-color css
<style>
a { background-color: #5EBBC9; }
a { background-color: rgb(94,187,201); }
div.DivClassName
{
background-color: #5EBBC9;
}
.BgClassName
{
background-color: #5EBBC9;
}
</style>
border-color css
<style>
span { border-color: #5EBBC9; }
span { border-color: rgb(94,187,201); }
td.TdClassName
{
border-color: #5EBBC9;
}
.TagClassName
{
border-color: #5EBBC9;
}
</style>