Shades of Viking #5EBCCD
Tints of Viking #5EBCCD
RGB
CMYK
RGB Variations
Color information
#5EBCCD (or 0x5EBCCD) is known color: Viking. HEX triplet: 5E, BC and CD. RGB value is (94,188,205). Sum of RGB (Red+Green+Blue) = 94+188+205=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCCD is #A14332. Grayscale: #A1A1A1. Windows color (decimal): -10568499 or 13483102. OLE color: 13483102.
HSL color Cylindrical-coordinate representation of color #5EBCCD: hue angle of 189.19º 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 #5EBCCD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 188 | 205 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.20 |
| HSL | 189.19º | 0.53% | 0.59% | - |
| HSV(B) | 189.19º | 0.54% | 0.8% | - |
| XYZ | 33.62 | 42.75 | 64.24 | - |
| YUV | 161.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 205 | 0.54 | 0.08 | 0 | 0.20 | 189.19 | 0.53 | 0.59 |
| Hex | 5E | BC | CD | 36 | 8 | 0 | 14 | BD | 35 | 3B |
| Octal | 136 | 274 | 315 | 66 | 10 | 0 | 24 | 275 | 65 | 73 |
| Binary | 1011110 | 10111100 | 11001101 | 110110 | 1000 | 0 | 10100 | 10111101 | 110101 | 111011 |
Color Harmonies of #5EBCCD
Complementary color
Monochromatic Colors of #5EBCCD
Black with #5EBCCD
Text Example
Text Example
White with #5EBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCCD; }
p { color: rgb(94,188,205); }
H1.HeaderClassName
{
color: #5EBCCD;
}
.AnyTagClassName
{
color: #5EBCCD;
}
</style>
background-color css
<style>
a { background-color: #5EBCCD; }
a { background-color: rgb(94,188,205); }
div.DivClassName
{
background-color: #5EBCCD;
}
.BgClassName
{
background-color: #5EBCCD;
}
</style>
border-color css
<style>
span { border-color: #5EBCCD; }
span { border-color: rgb(94,188,205); }
td.TdClassName
{
border-color: #5EBCCD;
}
.TagClassName
{
border-color: #5EBCCD;
}
</style>