Shades of Viking #51ADD0
Tints of Viking #51ADD0
RGB
CMYK
RGB Variations
Color information
#51ADD0 (or 0x51ADD0) is known color: Viking. HEX triplet: 51, AD and D0. RGB value is (81,173,208). Sum of RGB (Red+Green+Blue) = 81+173+208=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #51ADD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADD0 is #AE522F. Grayscale: #959595. Windows color (decimal): -11424304 or 13675857. OLE color: 13675857.
HSL color Cylindrical-coordinate representation of color #51ADD0: hue angle of 196.54º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51ADD0 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 173 | 208 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.18 |
| HSL | 196.54º | 0.57% | 0.57% | - |
| HSV(B) | 196.54º | 0.61% | 0.82% | - |
| XYZ | 29.72 | 36.19 | 65.09 | - |
| YUV | 149.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 208 | 0.61 | 0.17 | 0 | 0.18 | 196.54 | 0.57 | 0.57 |
| Hex | 51 | AD | D0 | 3D | 11 | 0 | 12 | C5 | 39 | 39 |
| Octal | 121 | 255 | 320 | 75 | 21 | 0 | 22 | 305 | 71 | 71 |
| Binary | 1010001 | 10101101 | 11010000 | 111101 | 10001 | 0 | 10010 | 11000101 | 111001 | 111001 |
Color Harmonies of #51ADD0
Complementary color
Monochromatic Colors of #51ADD0
Black with #51ADD0
Text Example
Text Example
White with #51ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADD0; }
p { color: rgb(81,173,208); }
H1.HeaderClassName
{
color: #51ADD0;
}
.AnyTagClassName
{
color: #51ADD0;
}
</style>
background-color css
<style>
a { background-color: #51ADD0; }
a { background-color: rgb(81,173,208); }
div.DivClassName
{
background-color: #51ADD0;
}
.BgClassName
{
background-color: #51ADD0;
}
</style>
border-color css
<style>
span { border-color: #51ADD0; }
span { border-color: rgb(81,173,208); }
td.TdClassName
{
border-color: #51ADD0;
}
.TagClassName
{
border-color: #51ADD0;
}
</style>