Shades of Viking #57BBD6
Tints of Viking #57BBD6
RGB
CMYK
RGB Variations
Color information
#57BBD6 (or 0x57BBD6) is known color: Viking. HEX triplet: 57, BB and D6. RGB value is (87,187,214). Sum of RGB (Red+Green+Blue) = 87+187+214=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #57BBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBD6 is #A84429. Grayscale: #9F9F9F. Windows color (decimal): -11027498 or 14072663. OLE color: 14072663.
HSL color Cylindrical-coordinate representation of color #57BBD6: hue angle of 192.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57BBD6 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 187 | 214 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.16 |
| HSL | 192.76º | 0.61% | 0.59% | - |
| HSV(B) | 192.76º | 0.59% | 0.84% | - |
| XYZ | 33.84 | 42.42 | 70.02 | - |
| YUV | 160.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 214 | 0.59 | 0.13 | 0 | 0.16 | 192.76 | 0.61 | 0.59 |
| Hex | 57 | BB | D6 | 3B | D | 0 | 10 | C1 | 3D | 3B |
| Octal | 127 | 273 | 326 | 73 | 15 | 0 | 20 | 301 | 75 | 73 |
| Binary | 1010111 | 10111011 | 11010110 | 111011 | 1101 | 0 | 10000 | 11000001 | 111101 | 111011 |
Color Harmonies of #57BBD6
Complementary color
Monochromatic Colors of #57BBD6
Black with #57BBD6
Text Example
Text Example
White with #57BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBD6; }
p { color: rgb(87,187,214); }
H1.HeaderClassName
{
color: #57BBD6;
}
.AnyTagClassName
{
color: #57BBD6;
}
</style>
background-color css
<style>
a { background-color: #57BBD6; }
a { background-color: rgb(87,187,214); }
div.DivClassName
{
background-color: #57BBD6;
}
.BgClassName
{
background-color: #57BBD6;
}
</style>
border-color css
<style>
span { border-color: #57BBD6; }
span { border-color: rgb(87,187,214); }
td.TdClassName
{
border-color: #57BBD6;
}
.TagClassName
{
border-color: #57BBD6;
}
</style>