Shades of Viking #51BFCD
Tints of Viking #51BFCD
RGB
CMYK
RGB Variations
Color information
#51BFCD (or 0x51BFCD) is known color: Viking. HEX triplet: 51, BF and CD. RGB value is (81,191,205). Sum of RGB (Red+Green+Blue) = 81+191+205=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #51BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFCD is #AE4032. Grayscale: #9F9F9F. Windows color (decimal): -11419699 or 13483857. OLE color: 13483857.
HSL color Cylindrical-coordinate representation of color #51BFCD: hue angle of 186.77º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51BFCD is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 191 | 205 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.20 |
| HSL | 186.77º | 0.55% | 0.56% | - |
| HSV(B) | 186.77º | 0.6% | 0.8% | - |
| XYZ | 33.04 | 43.42 | 64.4 | - |
| YUV | 159.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 205 | 0.60 | 0.07 | 0 | 0.20 | 186.77 | 0.55 | 0.56 |
| Hex | 51 | BF | CD | 3C | 7 | 0 | 14 | BB | 37 | 38 |
| Octal | 121 | 277 | 315 | 74 | 7 | 0 | 24 | 273 | 67 | 70 |
| Binary | 1010001 | 10111111 | 11001101 | 111100 | 111 | 0 | 10100 | 10111011 | 110111 | 111000 |
Color Harmonies of #51BFCD
Complementary color
Monochromatic Colors of #51BFCD
Black with #51BFCD
Text Example
Text Example
White with #51BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFCD; }
p { color: rgb(81,191,205); }
H1.HeaderClassName
{
color: #51BFCD;
}
.AnyTagClassName
{
color: #51BFCD;
}
</style>
background-color css
<style>
a { background-color: #51BFCD; }
a { background-color: rgb(81,191,205); }
div.DivClassName
{
background-color: #51BFCD;
}
.BgClassName
{
background-color: #51BFCD;
}
</style>
border-color css
<style>
span { border-color: #51BFCD; }
span { border-color: rgb(81,191,205); }
td.TdClassName
{
border-color: #51BFCD;
}
.TagClassName
{
border-color: #51BFCD;
}
</style>