Shades of Viking #51B7CE
Tints of Viking #51B7CE
RGB
CMYK
RGB Variations
Color information
#51B7CE (or 0x51B7CE) is known color: Viking. HEX triplet: 51, B7 and CE. RGB value is (81,183,206). Sum of RGB (Red+Green+Blue) = 81+183+206=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #51B7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7CE is #AE4831. Grayscale: #9A9A9A. Windows color (decimal): -11421746 or 13547345. OLE color: 13547345.
HSL color Cylindrical-coordinate representation of color #51B7CE: hue angle of 191.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51B7CE is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 183 | 206 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.19 |
| HSL | 191.04º | 0.56% | 0.56% | - |
| HSV(B) | 191.04º | 0.61% | 0.81% | - |
| XYZ | 31.47 | 40.07 | 64.47 | - |
| YUV | 155.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 206 | 0.61 | 0.11 | 0 | 0.19 | 191.04 | 0.56 | 0.56 |
| Hex | 51 | B7 | CE | 3D | B | 0 | 13 | BF | 38 | 38 |
| Octal | 121 | 267 | 316 | 75 | 13 | 0 | 23 | 277 | 70 | 70 |
| Binary | 1010001 | 10110111 | 11001110 | 111101 | 1011 | 0 | 10011 | 10111111 | 111000 | 111000 |
Color Harmonies of #51B7CE
Complementary color
Monochromatic Colors of #51B7CE
Black with #51B7CE
Text Example
Text Example
White with #51B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B7CE; }
p { color: rgb(81,183,206); }
H1.HeaderClassName
{
color: #51B7CE;
}
.AnyTagClassName
{
color: #51B7CE;
}
</style>
background-color css
<style>
a { background-color: #51B7CE; }
a { background-color: rgb(81,183,206); }
div.DivClassName
{
background-color: #51B7CE;
}
.BgClassName
{
background-color: #51B7CE;
}
</style>
border-color css
<style>
span { border-color: #51B7CE; }
span { border-color: rgb(81,183,206); }
td.TdClassName
{
border-color: #51B7CE;
}
.TagClassName
{
border-color: #51B7CE;
}
</style>