Shades of Viking #57B0CE
Tints of Viking #57B0CE
RGB
CMYK
RGB Variations
Color information
#57B0CE (or 0x57B0CE) is known color: Viking. HEX triplet: 57, B0 and CE. RGB value is (87,176,206). Sum of RGB (Red+Green+Blue) = 87+176+206=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #57B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0CE is #A84F31. Grayscale: #989898. Windows color (decimal): -11030322 or 13545559. OLE color: 13545559.
HSL color Cylindrical-coordinate representation of color #57B0CE: hue angle of 195.13º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57B0CE is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 176 | 206 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.19 |
| HSL | 195.13º | 0.55% | 0.57% | - |
| HSV(B) | 195.13º | 0.58% | 0.81% | - |
| XYZ | 30.6 | 37.53 | 64.02 | - |
| YUV | 152.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 176 | 206 | 0.58 | 0.15 | 0 | 0.19 | 195.13 | 0.55 | 0.57 |
| Hex | 57 | B0 | CE | 3A | F | 0 | 13 | C3 | 37 | 39 |
| Octal | 127 | 260 | 316 | 72 | 17 | 0 | 23 | 303 | 67 | 71 |
| Binary | 1010111 | 10110000 | 11001110 | 111010 | 1111 | 0 | 10011 | 11000011 | 110111 | 111001 |
Color Harmonies of #57B0CE
Complementary color
Monochromatic Colors of #57B0CE
Black with #57B0CE
Text Example
Text Example
White with #57B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B0CE; }
p { color: rgb(87,176,206); }
H1.HeaderClassName
{
color: #57B0CE;
}
.AnyTagClassName
{
color: #57B0CE;
}
</style>
background-color css
<style>
a { background-color: #57B0CE; }
a { background-color: rgb(87,176,206); }
div.DivClassName
{
background-color: #57B0CE;
}
.BgClassName
{
background-color: #57B0CE;
}
</style>
border-color css
<style>
span { border-color: #57B0CE; }
span { border-color: rgb(87,176,206); }
td.TdClassName
{
border-color: #57B0CE;
}
.TagClassName
{
border-color: #57B0CE;
}
</style>