Shades of Viking #5EBBCF
Tints of Viking #5EBBCF
RGB
CMYK
RGB Variations
Color information
#5EBBCF (or 0x5EBBCF) is known color: Viking. HEX triplet: 5E, BB and CF. RGB value is (94,187,207). Sum of RGB (Red+Green+Blue) = 94+187+207=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EBBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBCF is #A14430. Grayscale: #A1A1A1. Windows color (decimal): -10568753 or 13613918. OLE color: 13613918.
HSL color Cylindrical-coordinate representation of color #5EBBCF: hue angle of 190.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBBCF is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 187 | 207 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.19 |
| HSL | 190.62º | 0.54% | 0.59% | - |
| HSV(B) | 190.62º | 0.55% | 0.81% | - |
| XYZ | 33.65 | 42.43 | 65.45 | - |
| YUV | 161.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 207 | 0.55 | 0.10 | 0 | 0.19 | 190.62 | 0.54 | 0.59 |
| Hex | 5E | BB | CF | 37 | A | 0 | 13 | BF | 36 | 3B |
| Octal | 136 | 273 | 317 | 67 | 12 | 0 | 23 | 277 | 66 | 73 |
| Binary | 1011110 | 10111011 | 11001111 | 110111 | 1010 | 0 | 10011 | 10111111 | 110110 | 111011 |
Color Harmonies of #5EBBCF
Complementary color
Monochromatic Colors of #5EBBCF
Black with #5EBBCF
Text Example
Text Example
White with #5EBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBCF; }
p { color: rgb(94,187,207); }
H1.HeaderClassName
{
color: #5EBBCF;
}
.AnyTagClassName
{
color: #5EBBCF;
}
</style>
background-color css
<style>
a { background-color: #5EBBCF; }
a { background-color: rgb(94,187,207); }
div.DivClassName
{
background-color: #5EBBCF;
}
.BgClassName
{
background-color: #5EBBCF;
}
</style>
border-color css
<style>
span { border-color: #5EBBCF; }
span { border-color: rgb(94,187,207); }
td.TdClassName
{
border-color: #5EBBCF;
}
.TagClassName
{
border-color: #5EBBCF;
}
</style>