Shades of Viking #57BBCF
Tints of Viking #57BBCF
RGB
CMYK
RGB Variations
Color information
#57BBCF (or 0x57BBCF) is known color: Viking. HEX triplet: 57, BB and CF. RGB value is (87,187,207). Sum of RGB (Red+Green+Blue) = 87+187+207=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #57BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBCF is #A84430. Grayscale: #9F9F9F. Windows color (decimal): -11027505 or 13613911. OLE color: 13613911.
HSL color Cylindrical-coordinate representation of color #57BBCF: hue angle of 190º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BBCF is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 187 | 207 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.19 |
| HSL | 190º | 0.56% | 0.58% | - |
| HSV(B) | 190º | 0.58% | 0.81% | - |
| XYZ | 32.96 | 42.07 | 65.41 | - |
| YUV | 159.38 | 154.87 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 207 | 0.58 | 0.10 | 0 | 0.19 | 190 | 0.56 | 0.58 |
| Hex | 57 | BB | CF | 3A | A | 0 | 13 | BE | 38 | 3A |
| Octal | 127 | 273 | 317 | 72 | 12 | 0 | 23 | 276 | 70 | 72 |
| Binary | 1010111 | 10111011 | 11001111 | 111010 | 1010 | 0 | 10011 | 10111110 | 111000 | 111010 |
Color Harmonies of #57BBCF
Complementary color
Monochromatic Colors of #57BBCF
Black with #57BBCF
Text Example
Text Example
White with #57BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBCF; }
p { color: rgb(87,187,207); }
H1.HeaderClassName
{
color: #57BBCF;
}
.AnyTagClassName
{
color: #57BBCF;
}
</style>
background-color css
<style>
a { background-color: #57BBCF; }
a { background-color: rgb(87,187,207); }
div.DivClassName
{
background-color: #57BBCF;
}
.BgClassName
{
background-color: #57BBCF;
}
</style>
border-color css
<style>
span { border-color: #57BBCF; }
span { border-color: rgb(87,187,207); }
td.TdClassName
{
border-color: #57BBCF;
}
.TagClassName
{
border-color: #57BBCF;
}
</style>