Shades of Viking #5EBACB
Tints of Viking #5EBACB
RGB
CMYK
RGB Variations
Color information
#5EBACB (or 0x5EBACB) is known color: Viking. HEX triplet: 5E, BA and CB. RGB value is (94,186,203). Sum of RGB (Red+Green+Blue) = 94+186+203=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBACB is #A14534. Grayscale: #A0A0A0. Windows color (decimal): -10569013 or 13351518. OLE color: 13351518.
HSL color Cylindrical-coordinate representation of color #5EBACB: hue angle of 189.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EBACB is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 186 | 203 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.20 |
| HSL | 189.36º | 0.51% | 0.58% | - |
| HSV(B) | 189.36º | 0.54% | 0.8% | - |
| XYZ | 32.95 | 41.81 | 62.83 | - |
| YUV | 160.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 203 | 0.54 | 0.08 | 0 | 0.20 | 189.36 | 0.51 | 0.58 |
| Hex | 5E | BA | CB | 36 | 8 | 0 | 14 | BD | 33 | 3A |
| Octal | 136 | 272 | 313 | 66 | 10 | 0 | 24 | 275 | 63 | 72 |
| Binary | 1011110 | 10111010 | 11001011 | 110110 | 1000 | 0 | 10100 | 10111101 | 110011 | 111010 |
Color Harmonies of #5EBACB
Complementary color
Monochromatic Colors of #5EBACB
Black with #5EBACB
Text Example
Text Example
White with #5EBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBACB; }
p { color: rgb(94,186,203); }
H1.HeaderClassName
{
color: #5EBACB;
}
.AnyTagClassName
{
color: #5EBACB;
}
</style>
background-color css
<style>
a { background-color: #5EBACB; }
a { background-color: rgb(94,186,203); }
div.DivClassName
{
background-color: #5EBACB;
}
.BgClassName
{
background-color: #5EBACB;
}
</style>
border-color css
<style>
span { border-color: #5EBACB; }
span { border-color: rgb(94,186,203); }
td.TdClassName
{
border-color: #5EBACB;
}
.TagClassName
{
border-color: #5EBACB;
}
</style>