Shades of Viking #57BBC7
Tints of Viking #57BBC7
RGB
CMYK
RGB Variations
Color information
#57BBC7 (or 0x57BBC7) is known color: Viking. HEX triplet: 57, BB and C7. RGB value is (87,187,199). Sum of RGB (Red+Green+Blue) = 87+187+199=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #57BBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBC7 is #A84438. Grayscale: #9E9E9E. Windows color (decimal): -11027513 or 13089623. OLE color: 13089623.
HSL color Cylindrical-coordinate representation of color #57BBC7: hue angle of 186.43º degrees, saturation: 0.5, 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 #57BBC7 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 187 | 199 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.22 |
| HSL | 186.43º | 0.5% | 0.56% | - |
| HSV(B) | 186.43º | 0.56% | 0.78% | - |
| XYZ | 32.01 | 41.69 | 60.39 | - |
| YUV | 158.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 199 | 0.56 | 0.06 | 0 | 0.22 | 186.43 | 0.5 | 0.56 |
| Hex | 57 | BB | C7 | 38 | 6 | 0 | 16 | BA | 32 | 38 |
| Octal | 127 | 273 | 307 | 70 | 6 | 0 | 26 | 272 | 62 | 70 |
| Binary | 1010111 | 10111011 | 11000111 | 111000 | 110 | 0 | 10110 | 10111010 | 110010 | 111000 |
Color Harmonies of #57BBC7
Complementary color
Monochromatic Colors of #57BBC7
Black with #57BBC7
Text Example
Text Example
White with #57BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBC7; }
p { color: rgb(87,187,199); }
H1.HeaderClassName
{
color: #57BBC7;
}
.AnyTagClassName
{
color: #57BBC7;
}
</style>
background-color css
<style>
a { background-color: #57BBC7; }
a { background-color: rgb(87,187,199); }
div.DivClassName
{
background-color: #57BBC7;
}
.BgClassName
{
background-color: #57BBC7;
}
</style>
border-color css
<style>
span { border-color: #57BBC7; }
span { border-color: rgb(87,187,199); }
td.TdClassName
{
border-color: #57BBC7;
}
.TagClassName
{
border-color: #57BBC7;
}
</style>