Shades of Viking #51A9CB
Tints of Viking #51A9CB
RGB
CMYK
RGB Variations
Color information
#51A9CB (or 0x51A9CB) is known color: Viking. HEX triplet: 51, A9 and CB. RGB value is (81,169,203). Sum of RGB (Red+Green+Blue) = 81+169+203=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #51A9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A9CB is #AE5634. Grayscale: #929292. Windows color (decimal): -11425333 or 13347153. OLE color: 13347153.
HSL color Cylindrical-coordinate representation of color #51A9CB: hue angle of 196.72º degrees, saturation: 0.54, 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 #51A9CB is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 169 | 203 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.20 |
| HSL | 196.72º | 0.54% | 0.56% | - |
| HSV(B) | 196.72º | 0.6% | 0.8% | - |
| XYZ | 28.36 | 34.44 | 61.65 | - |
| YUV | 146.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 169 | 203 | 0.60 | 0.17 | 0 | 0.20 | 196.72 | 0.54 | 0.56 |
| Hex | 51 | A9 | CB | 3C | 11 | 0 | 14 | C5 | 36 | 38 |
| Octal | 121 | 251 | 313 | 74 | 21 | 0 | 24 | 305 | 66 | 70 |
| Binary | 1010001 | 10101001 | 11001011 | 111100 | 10001 | 0 | 10100 | 11000101 | 110110 | 111000 |
Color Harmonies of #51A9CB
Complementary color
Monochromatic Colors of #51A9CB
Black with #51A9CB
Text Example
Text Example
White with #51A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A9CB; }
p { color: rgb(81,169,203); }
H1.HeaderClassName
{
color: #51A9CB;
}
.AnyTagClassName
{
color: #51A9CB;
}
</style>
background-color css
<style>
a { background-color: #51A9CB; }
a { background-color: rgb(81,169,203); }
div.DivClassName
{
background-color: #51A9CB;
}
.BgClassName
{
background-color: #51A9CB;
}
</style>
border-color css
<style>
span { border-color: #51A9CB; }
span { border-color: rgb(81,169,203); }
td.TdClassName
{
border-color: #51A9CB;
}
.TagClassName
{
border-color: #51A9CB;
}
</style>