Shades of Viking #5EBCC3
Tints of Viking #5EBCC3
RGB
CMYK
RGB Variations
Color information
#5EBCC3 (or 0x5EBCC3) is known color: Viking. HEX triplet: 5E, BC and C3. RGB value is (94,188,195). Sum of RGB (Red+Green+Blue) = 94+188+195=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 195 - color contains mainly: blue. Hex color #5EBCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCC3 is #A1433C. Grayscale: #A0A0A0. Windows color (decimal): -10568509 or 12827742. OLE color: 12827742.
HSL color Cylindrical-coordinate representation of color #5EBCC3: hue angle of 184.16º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EBCC3 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 188 | 195 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.24 |
| HSL | 184.16º | 0.46% | 0.57% | - |
| HSV(B) | 184.16º | 0.52% | 0.76% | - |
| XYZ | 32.45 | 42.29 | 58.08 | - |
| YUV | 160.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 195 | 0.52 | 0.04 | 0 | 0.24 | 184.16 | 0.46 | 0.57 |
| Hex | 5E | BC | C3 | 34 | 4 | 0 | 18 | B8 | 2E | 39 |
| Octal | 136 | 274 | 303 | 64 | 4 | 0 | 30 | 270 | 56 | 71 |
| Binary | 1011110 | 10111100 | 11000011 | 110100 | 100 | 0 | 11000 | 10111000 | 101110 | 111001 |
Color Harmonies of #5EBCC3
Complementary color
Monochromatic Colors of #5EBCC3
Black with #5EBCC3
Text Example
Text Example
White with #5EBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCC3; }
p { color: rgb(94,188,195); }
H1.HeaderClassName
{
color: #5EBCC3;
}
.AnyTagClassName
{
color: #5EBCC3;
}
</style>
background-color css
<style>
a { background-color: #5EBCC3; }
a { background-color: rgb(94,188,195); }
div.DivClassName
{
background-color: #5EBCC3;
}
.BgClassName
{
background-color: #5EBCC3;
}
</style>
border-color css
<style>
span { border-color: #5EBCC3; }
span { border-color: rgb(94,188,195); }
td.TdClassName
{
border-color: #5EBCC3;
}
.TagClassName
{
border-color: #5EBCC3;
}
</style>