Shades of Viking #57BDC8
Tints of Viking #57BDC8
RGB
CMYK
RGB Variations
Color information
#57BDC8 (or 0x57BDC8) is known color: Viking. HEX triplet: 57, BD and C8. RGB value is (87,189,200). Sum of RGB (Red+Green+Blue) = 87+189+200=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #57BDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDC8 is #A84237. Grayscale: #9F9F9F. Windows color (decimal): -11027000 or 13155671. OLE color: 13155671.
HSL color Cylindrical-coordinate representation of color #57BDC8: hue angle of 185.84º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57BDC8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 189 | 200 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.22 |
| HSL | 185.84º | 0.51% | 0.56% | - |
| HSV(B) | 185.84º | 0.57% | 0.78% | - |
| XYZ | 32.55 | 42.59 | 61.15 | - |
| YUV | 159.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 200 | 0.56 | 0.06 | 0 | 0.22 | 185.84 | 0.51 | 0.56 |
| Hex | 57 | BD | C8 | 38 | 6 | 0 | 16 | BA | 33 | 38 |
| Octal | 127 | 275 | 310 | 70 | 6 | 0 | 26 | 272 | 63 | 70 |
| Binary | 1010111 | 10111101 | 11001000 | 111000 | 110 | 0 | 10110 | 10111010 | 110011 | 111000 |
Color Harmonies of #57BDC8
Complementary color
Monochromatic Colors of #57BDC8
Black with #57BDC8
Text Example
Text Example
White with #57BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDC8; }
p { color: rgb(87,189,200); }
H1.HeaderClassName
{
color: #57BDC8;
}
.AnyTagClassName
{
color: #57BDC8;
}
</style>
background-color css
<style>
a { background-color: #57BDC8; }
a { background-color: rgb(87,189,200); }
div.DivClassName
{
background-color: #57BDC8;
}
.BgClassName
{
background-color: #57BDC8;
}
</style>
border-color css
<style>
span { border-color: #57BDC8; }
span { border-color: rgb(87,189,200); }
td.TdClassName
{
border-color: #57BDC8;
}
.TagClassName
{
border-color: #57BDC8;
}
</style>