Shades of Viking #5EBCCE
Tints of Viking #5EBCCE
RGB
CMYK
RGB Variations
Color information
#5EBCCE (or 0x5EBCCE) is known color: Viking. HEX triplet: 5E, BC and CE. RGB value is (94,188,206). Sum of RGB (Red+Green+Blue) = 94+188+206=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCCE is #A14331. Grayscale: #A1A1A1. Windows color (decimal): -10568498 or 13548638. OLE color: 13548638.
HSL color Cylindrical-coordinate representation of color #5EBCCE: hue angle of 189.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EBCCE is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 188 | 206 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.19 |
| HSL | 189.64º | 0.53% | 0.59% | - |
| HSV(B) | 189.64º | 0.54% | 0.81% | - |
| XYZ | 33.74 | 42.8 | 64.88 | - |
| YUV | 161.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 206 | 0.54 | 0.09 | 0 | 0.19 | 189.64 | 0.53 | 0.59 |
| Hex | 5E | BC | CE | 36 | 9 | 0 | 13 | BE | 35 | 3B |
| Octal | 136 | 274 | 316 | 66 | 11 | 0 | 23 | 276 | 65 | 73 |
| Binary | 1011110 | 10111100 | 11001110 | 110110 | 1001 | 0 | 10011 | 10111110 | 110101 | 111011 |
Color Harmonies of #5EBCCE
Complementary color
Monochromatic Colors of #5EBCCE
Black with #5EBCCE
Text Example
Text Example
White with #5EBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCCE; }
p { color: rgb(94,188,206); }
H1.HeaderClassName
{
color: #5EBCCE;
}
.AnyTagClassName
{
color: #5EBCCE;
}
</style>
background-color css
<style>
a { background-color: #5EBCCE; }
a { background-color: rgb(94,188,206); }
div.DivClassName
{
background-color: #5EBCCE;
}
.BgClassName
{
background-color: #5EBCCE;
}
</style>
border-color css
<style>
span { border-color: #5EBCCE; }
span { border-color: rgb(94,188,206); }
td.TdClassName
{
border-color: #5EBCCE;
}
.TagClassName
{
border-color: #5EBCCE;
}
</style>