Shades of Viking #57BCD0
Tints of Viking #57BCD0
RGB
CMYK
RGB Variations
Color information
#57BCD0 (or 0x57BCD0) is known color: Viking. HEX triplet: 57, BC and D0. RGB value is (87,188,208). Sum of RGB (Red+Green+Blue) = 87+188+208=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #57BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCD0 is #A8432F. Grayscale: #9F9F9F. Windows color (decimal): -11027248 or 13679703. OLE color: 13679703.
HSL color Cylindrical-coordinate representation of color #57BCD0: hue angle of 189.92º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BCD0 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 188 | 208 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.18 |
| HSL | 189.92º | 0.56% | 0.58% | - |
| HSV(B) | 189.92º | 0.58% | 0.82% | - |
| XYZ | 33.3 | 42.55 | 66.13 | - |
| YUV | 160.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 208 | 0.58 | 0.10 | 0 | 0.18 | 189.92 | 0.56 | 0.58 |
| Hex | 57 | BC | D0 | 3A | A | 0 | 12 | BE | 38 | 3A |
| Octal | 127 | 274 | 320 | 72 | 12 | 0 | 22 | 276 | 70 | 72 |
| Binary | 1010111 | 10111100 | 11010000 | 111010 | 1010 | 0 | 10010 | 10111110 | 111000 | 111010 |
Color Harmonies of #57BCD0
Complementary color
Monochromatic Colors of #57BCD0
Black with #57BCD0
Text Example
Text Example
White with #57BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCD0; }
p { color: rgb(87,188,208); }
H1.HeaderClassName
{
color: #57BCD0;
}
.AnyTagClassName
{
color: #57BCD0;
}
</style>
background-color css
<style>
a { background-color: #57BCD0; }
a { background-color: rgb(87,188,208); }
div.DivClassName
{
background-color: #57BCD0;
}
.BgClassName
{
background-color: #57BCD0;
}
</style>
border-color css
<style>
span { border-color: #57BCD0; }
span { border-color: rgb(87,188,208); }
td.TdClassName
{
border-color: #57BCD0;
}
.TagClassName
{
border-color: #57BCD0;
}
</style>