Shades of Viking #5EBBD1
Tints of Viking #5EBBD1
RGB
CMYK
RGB Variations
Color information
#5EBBD1 (or 0x5EBBD1) is known color: Viking. HEX triplet: 5E, BB and D1. RGB value is (94,187,209). Sum of RGB (Red+Green+Blue) = 94+187+209=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #5EBBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBD1 is #A1442E. Grayscale: #A1A1A1. Windows color (decimal): -10568751 or 13744990. OLE color: 13744990.
HSL color Cylindrical-coordinate representation of color #5EBBD1: hue angle of 191.48º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBBD1 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 187 | 209 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.18 |
| HSL | 191.48º | 0.56% | 0.59% | - |
| HSV(B) | 191.48º | 0.55% | 0.82% | - |
| XYZ | 33.9 | 42.52 | 66.74 | - |
| YUV | 161.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 209 | 0.55 | 0.11 | 0 | 0.18 | 191.48 | 0.56 | 0.59 |
| Hex | 5E | BB | D1 | 37 | B | 0 | 12 | BF | 38 | 3B |
| Octal | 136 | 273 | 321 | 67 | 13 | 0 | 22 | 277 | 70 | 73 |
| Binary | 1011110 | 10111011 | 11010001 | 110111 | 1011 | 0 | 10010 | 10111111 | 111000 | 111011 |
Color Harmonies of #5EBBD1
Complementary color
Monochromatic Colors of #5EBBD1
Black with #5EBBD1
Text Example
Text Example
White with #5EBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBD1; }
p { color: rgb(94,187,209); }
H1.HeaderClassName
{
color: #5EBBD1;
}
.AnyTagClassName
{
color: #5EBBD1;
}
</style>
background-color css
<style>
a { background-color: #5EBBD1; }
a { background-color: rgb(94,187,209); }
div.DivClassName
{
background-color: #5EBBD1;
}
.BgClassName
{
background-color: #5EBBD1;
}
</style>
border-color css
<style>
span { border-color: #5EBBD1; }
span { border-color: rgb(94,187,209); }
td.TdClassName
{
border-color: #5EBBD1;
}
.TagClassName
{
border-color: #5EBBD1;
}
</style>