Shades of Viking #57BFD1
Tints of Viking #57BFD1
RGB
CMYK
RGB Variations
Color information
#57BFD1 (or 0x57BFD1) is known color: Viking. HEX triplet: 57, BF and D1. RGB value is (87,191,209). Sum of RGB (Red+Green+Blue) = 87+191+209=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #57BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFD1 is #A8402E. Grayscale: #A1A1A1. Windows color (decimal): -11026479 or 13746007. OLE color: 13746007.
HSL color Cylindrical-coordinate representation of color #57BFD1: hue angle of 188.85º degrees, saturation: 0.57, 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 #57BFD1 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 191 | 209 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.18 |
| HSL | 188.85º | 0.57% | 0.58% | - |
| HSV(B) | 188.85º | 0.58% | 0.82% | - |
| XYZ | 34.07 | 43.89 | 67 | - |
| YUV | 161.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 209 | 0.58 | 0.09 | 0 | 0.18 | 188.85 | 0.57 | 0.58 |
| Hex | 57 | BF | D1 | 3A | 9 | 0 | 12 | BD | 39 | 3A |
| Octal | 127 | 277 | 321 | 72 | 11 | 0 | 22 | 275 | 71 | 72 |
| Binary | 1010111 | 10111111 | 11010001 | 111010 | 1001 | 0 | 10010 | 10111101 | 111001 | 111010 |
Color Harmonies of #57BFD1
Complementary color
Monochromatic Colors of #57BFD1
Black with #57BFD1
Text Example
Text Example
White with #57BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFD1; }
p { color: rgb(87,191,209); }
H1.HeaderClassName
{
color: #57BFD1;
}
.AnyTagClassName
{
color: #57BFD1;
}
</style>
background-color css
<style>
a { background-color: #57BFD1; }
a { background-color: rgb(87,191,209); }
div.DivClassName
{
background-color: #57BFD1;
}
.BgClassName
{
background-color: #57BFD1;
}
</style>
border-color css
<style>
span { border-color: #57BFD1; }
span { border-color: rgb(87,191,209); }
td.TdClassName
{
border-color: #57BFD1;
}
.TagClassName
{
border-color: #57BFD1;
}
</style>