Shades of Viking #5EBFCD
Tints of Viking #5EBFCD
RGB
CMYK
RGB Variations
Color information
#5EBFCD (or 0x5EBFCD) is known color: Viking. HEX triplet: 5E, BF and CD. RGB value is (94,191,205). Sum of RGB (Red+Green+Blue) = 94+191+205=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFCD is #A14032. Grayscale: #A3A3A3. Windows color (decimal): -10567731 or 13483870. OLE color: 13483870.
HSL color Cylindrical-coordinate representation of color #5EBFCD: hue angle of 187.57º 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 #5EBFCD is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 191 | 205 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.20 |
| HSL | 187.57º | 0.53% | 0.59% | - |
| HSV(B) | 187.57º | 0.54% | 0.8% | - |
| XYZ | 34.27 | 44.05 | 64.45 | - |
| YUV | 163.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 205 | 0.54 | 0.07 | 0 | 0.20 | 187.57 | 0.53 | 0.59 |
| Hex | 5E | BF | CD | 36 | 7 | 0 | 14 | BC | 35 | 3B |
| Octal | 136 | 277 | 315 | 66 | 7 | 0 | 24 | 274 | 65 | 73 |
| Binary | 1011110 | 10111111 | 11001101 | 110110 | 111 | 0 | 10100 | 10111100 | 110101 | 111011 |
Color Harmonies of #5EBFCD
Complementary color
Monochromatic Colors of #5EBFCD
Black with #5EBFCD
Text Example
Text Example
White with #5EBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBFCD; }
p { color: rgb(94,191,205); }
H1.HeaderClassName
{
color: #5EBFCD;
}
.AnyTagClassName
{
color: #5EBFCD;
}
</style>
background-color css
<style>
a { background-color: #5EBFCD; }
a { background-color: rgb(94,191,205); }
div.DivClassName
{
background-color: #5EBFCD;
}
.BgClassName
{
background-color: #5EBFCD;
}
</style>
border-color css
<style>
span { border-color: #5EBFCD; }
span { border-color: rgb(94,191,205); }
td.TdClassName
{
border-color: #5EBFCD;
}
.TagClassName
{
border-color: #5EBFCD;
}
</style>