Shades of Viking #57B3CB
Tints of Viking #57B3CB
RGB
CMYK
RGB Variations
Color information
#57B3CB (or 0x57B3CB) is known color: Viking. HEX triplet: 57, B3 and CB. RGB value is (87,179,203). Sum of RGB (Red+Green+Blue) = 87+179+203=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #57B3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B3CB is #A84C34. Grayscale: #9A9A9A. Windows color (decimal): -11029557 or 13349719. OLE color: 13349719.
HSL color Cylindrical-coordinate representation of color #57B3CB: hue angle of 192.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57B3CB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 179 | 203 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.20 |
| HSL | 192.41º | 0.53% | 0.57% | - |
| HSV(B) | 192.41º | 0.57% | 0.8% | - |
| XYZ | 30.83 | 38.58 | 62.32 | - |
| YUV | 154.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 179 | 203 | 0.57 | 0.12 | 0 | 0.20 | 192.41 | 0.53 | 0.57 |
| Hex | 57 | B3 | CB | 39 | C | 0 | 14 | C0 | 35 | 39 |
| Octal | 127 | 263 | 313 | 71 | 14 | 0 | 24 | 300 | 65 | 71 |
| Binary | 1010111 | 10110011 | 11001011 | 111001 | 1100 | 0 | 10100 | 11000000 | 110101 | 111001 |
Color Harmonies of #57B3CB
Complementary color
Monochromatic Colors of #57B3CB
Black with #57B3CB
Text Example
Text Example
White with #57B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B3CB; }
p { color: rgb(87,179,203); }
H1.HeaderClassName
{
color: #57B3CB;
}
.AnyTagClassName
{
color: #57B3CB;
}
</style>
background-color css
<style>
a { background-color: #57B3CB; }
a { background-color: rgb(87,179,203); }
div.DivClassName
{
background-color: #57B3CB;
}
.BgClassName
{
background-color: #57B3CB;
}
</style>
border-color css
<style>
span { border-color: #57B3CB; }
span { border-color: rgb(87,179,203); }
td.TdClassName
{
border-color: #57B3CB;
}
.TagClassName
{
border-color: #57B3CB;
}
</style>