Shades of Viking #51BCD8
Tints of Viking #51BCD8
RGB
CMYK
RGB Variations
Color information
#51BCD8 (or 0x51BCD8) is known color: Viking. HEX triplet: 51, BC and D8. RGB value is (81,188,216). Sum of RGB (Red+Green+Blue) = 81+188+216=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #51BCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCD8 is #AE4327. Grayscale: #9E9E9E. Windows color (decimal): -11420456 or 14203985. OLE color: 14203985.
HSL color Cylindrical-coordinate representation of color #51BCD8: hue angle of 192.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51BCD8 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 188 | 216 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.15 |
| HSL | 192.44º | 0.63% | 0.58% | - |
| HSV(B) | 192.44º | 0.63% | 0.85% | - |
| XYZ | 33.77 | 42.67 | 71.42 | - |
| YUV | 159.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 188 | 216 | 0.62 | 0.13 | 0 | 0.15 | 192.44 | 0.63 | 0.58 |
| Hex | 51 | BC | D8 | 3E | D | 0 | F | C0 | 3F | 3A |
| Octal | 121 | 274 | 330 | 76 | 15 | 0 | 17 | 300 | 77 | 72 |
| Binary | 1010001 | 10111100 | 11011000 | 111110 | 1101 | 0 | 1111 | 11000000 | 111111 | 111010 |
Color Harmonies of #51BCD8
Complementary color
Monochromatic Colors of #51BCD8
Black with #51BCD8
Text Example
Text Example
White with #51BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BCD8; }
p { color: rgb(81,188,216); }
H1.HeaderClassName
{
color: #51BCD8;
}
.AnyTagClassName
{
color: #51BCD8;
}
</style>
background-color css
<style>
a { background-color: #51BCD8; }
a { background-color: rgb(81,188,216); }
div.DivClassName
{
background-color: #51BCD8;
}
.BgClassName
{
background-color: #51BCD8;
}
</style>
border-color css
<style>
span { border-color: #51BCD8; }
span { border-color: rgb(81,188,216); }
td.TdClassName
{
border-color: #51BCD8;
}
.TagClassName
{
border-color: #51BCD8;
}
</style>