Shades of Viking #57BBD2
Tints of Viking #57BBD2
RGB
CMYK
RGB Variations
Color information
#57BBD2 (or 0x57BBD2) is known color: Viking. HEX triplet: 57, BB and D2. RGB value is (87,187,210). Sum of RGB (Red+Green+Blue) = 87+187+210=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #57BBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBD2 is #A8442D. Grayscale: #9F9F9F. Windows color (decimal): -11027502 or 13810519. OLE color: 13810519.
HSL color Cylindrical-coordinate representation of color #57BBD2: hue angle of 191.22º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57BBD2 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 187 | 210 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.18 |
| HSL | 191.22º | 0.58% | 0.58% | - |
| HSV(B) | 191.22º | 0.59% | 0.82% | - |
| XYZ | 33.33 | 42.22 | 67.37 | - |
| YUV | 159.72 | 156.37 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 210 | 0.59 | 0.11 | 0 | 0.18 | 191.22 | 0.58 | 0.58 |
| Hex | 57 | BB | D2 | 3B | B | 0 | 12 | BF | 3A | 3A |
| Octal | 127 | 273 | 322 | 73 | 13 | 0 | 22 | 277 | 72 | 72 |
| Binary | 1010111 | 10111011 | 11010010 | 111011 | 1011 | 0 | 10010 | 10111111 | 111010 | 111010 |
Color Harmonies of #57BBD2
Complementary color
Monochromatic Colors of #57BBD2
Black with #57BBD2
Text Example
Text Example
White with #57BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBD2; }
p { color: rgb(87,187,210); }
H1.HeaderClassName
{
color: #57BBD2;
}
.AnyTagClassName
{
color: #57BBD2;
}
</style>
background-color css
<style>
a { background-color: #57BBD2; }
a { background-color: rgb(87,187,210); }
div.DivClassName
{
background-color: #57BBD2;
}
.BgClassName
{
background-color: #57BBD2;
}
</style>
border-color css
<style>
span { border-color: #57BBD2; }
span { border-color: rgb(87,187,210); }
td.TdClassName
{
border-color: #57BBD2;
}
.TagClassName
{
border-color: #57BBD2;
}
</style>