Shades of Viking #57BDD7
Tints of Viking #57BDD7
RGB
CMYK
RGB Variations
Color information
#57BDD7 (or 0x57BDD7) is known color: Viking. HEX triplet: 57, BD and D7. RGB value is (87,189,215). Sum of RGB (Red+Green+Blue) = 87+189+215=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #57BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDD7 is #A84228. Grayscale: #A1A1A1. Windows color (decimal): -11026985 or 14138711. OLE color: 14138711.
HSL color Cylindrical-coordinate representation of color #57BDD7: hue angle of 192.19º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57BDD7 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 189 | 215 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.16 |
| HSL | 192.19º | 0.62% | 0.59% | - |
| HSV(B) | 192.19º | 0.6% | 0.84% | - |
| XYZ | 34.39 | 43.33 | 70.84 | - |
| YUV | 161.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 215 | 0.60 | 0.12 | 0 | 0.16 | 192.19 | 0.62 | 0.59 |
| Hex | 57 | BD | D7 | 3C | C | 0 | 10 | C0 | 3E | 3B |
| Octal | 127 | 275 | 327 | 74 | 14 | 0 | 20 | 300 | 76 | 73 |
| Binary | 1010111 | 10111101 | 11010111 | 111100 | 1100 | 0 | 10000 | 11000000 | 111110 | 111011 |
Color Harmonies of #57BDD7
Complementary color
Monochromatic Colors of #57BDD7
Black with #57BDD7
Text Example
Text Example
White with #57BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDD7; }
p { color: rgb(87,189,215); }
H1.HeaderClassName
{
color: #57BDD7;
}
.AnyTagClassName
{
color: #57BDD7;
}
</style>
background-color css
<style>
a { background-color: #57BDD7; }
a { background-color: rgb(87,189,215); }
div.DivClassName
{
background-color: #57BDD7;
}
.BgClassName
{
background-color: #57BDD7;
}
</style>
border-color css
<style>
span { border-color: #57BDD7; }
span { border-color: rgb(87,189,215); }
td.TdClassName
{
border-color: #57BDD7;
}
.TagClassName
{
border-color: #57BDD7;
}
</style>