Shades of Viking #5EBAC9
Tints of Viking #5EBAC9
RGB
CMYK
RGB Variations
Color information
#5EBAC9 (or 0x5EBAC9) is known color: Viking. HEX triplet: 5E, BA and C9. RGB value is (94,186,201). Sum of RGB (Red+Green+Blue) = 94+186+201=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #5EBAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAC9 is #A14536. Grayscale: #A0A0A0. Windows color (decimal): -10569015 or 13220446. OLE color: 13220446.
HSL color Cylindrical-coordinate representation of color #5EBAC9: hue angle of 188.41º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EBAC9 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 186 | 201 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.21 |
| HSL | 188.41º | 0.5% | 0.58% | - |
| HSV(B) | 188.41º | 0.53% | 0.79% | - |
| XYZ | 32.72 | 41.71 | 61.59 | - |
| YUV | 160.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 201 | 0.53 | 0.07 | 0 | 0.21 | 188.41 | 0.5 | 0.58 |
| Hex | 5E | BA | C9 | 35 | 7 | 0 | 15 | BC | 32 | 3A |
| Octal | 136 | 272 | 311 | 65 | 7 | 0 | 25 | 274 | 62 | 72 |
| Binary | 1011110 | 10111010 | 11001001 | 110101 | 111 | 0 | 10101 | 10111100 | 110010 | 111010 |
Color Harmonies of #5EBAC9
Complementary color
Monochromatic Colors of #5EBAC9
Black with #5EBAC9
Text Example
Text Example
White with #5EBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAC9; }
p { color: rgb(94,186,201); }
H1.HeaderClassName
{
color: #5EBAC9;
}
.AnyTagClassName
{
color: #5EBAC9;
}
</style>
background-color css
<style>
a { background-color: #5EBAC9; }
a { background-color: rgb(94,186,201); }
div.DivClassName
{
background-color: #5EBAC9;
}
.BgClassName
{
background-color: #5EBAC9;
}
</style>
border-color css
<style>
span { border-color: #5EBAC9; }
span { border-color: rgb(94,186,201); }
td.TdClassName
{
border-color: #5EBAC9;
}
.TagClassName
{
border-color: #5EBAC9;
}
</style>