Shades of Viking #5EBDCB
Tints of Viking #5EBDCB
RGB
CMYK
RGB Variations
Color information
#5EBDCB (or 0x5EBDCB) is known color: Viking. HEX triplet: 5E, BD and CB. RGB value is (94,189,203). Sum of RGB (Red+Green+Blue) = 94+189+203=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDCB is #A14234. Grayscale: #A2A2A2. Windows color (decimal): -10568245 or 13352286. OLE color: 13352286.
HSL color Cylindrical-coordinate representation of color #5EBDCB: hue angle of 187.71º 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 #5EBDCB is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 189 | 203 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.20 |
| HSL | 187.71º | 0.51% | 0.58% | - |
| HSV(B) | 187.71º | 0.54% | 0.8% | - |
| XYZ | 33.59 | 43.09 | 63.05 | - |
| YUV | 162.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 203 | 0.54 | 0.07 | 0 | 0.20 | 187.71 | 0.51 | 0.58 |
| Hex | 5E | BD | CB | 36 | 7 | 0 | 14 | BC | 33 | 3A |
| Octal | 136 | 275 | 313 | 66 | 7 | 0 | 24 | 274 | 63 | 72 |
| Binary | 1011110 | 10111101 | 11001011 | 110110 | 111 | 0 | 10100 | 10111100 | 110011 | 111010 |
Color Harmonies of #5EBDCB
Complementary color
Monochromatic Colors of #5EBDCB
Black with #5EBDCB
Text Example
Text Example
White with #5EBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDCB; }
p { color: rgb(94,189,203); }
H1.HeaderClassName
{
color: #5EBDCB;
}
.AnyTagClassName
{
color: #5EBDCB;
}
</style>
background-color css
<style>
a { background-color: #5EBDCB; }
a { background-color: rgb(94,189,203); }
div.DivClassName
{
background-color: #5EBDCB;
}
.BgClassName
{
background-color: #5EBDCB;
}
</style>
border-color css
<style>
span { border-color: #5EBDCB; }
span { border-color: rgb(94,189,203); }
td.TdClassName
{
border-color: #5EBDCB;
}
.TagClassName
{
border-color: #5EBDCB;
}
</style>