Shades of Viking #51C3DB
Tints of Viking #51C3DB
RGB
CMYK
RGB Variations
Color information
#51C3DB (or 0x51C3DB) is known color: Viking. HEX triplet: 51, C3 and DB. RGB value is (81,195,219). Sum of RGB (Red+Green+Blue) = 81+195+219=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #51C3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C3DB is #AE3C24. Grayscale: #A3A3A3. Windows color (decimal): -11418661 or 14402385. OLE color: 14402385.
HSL color Cylindrical-coordinate representation of color #51C3DB: hue angle of 190.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C3DB is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 195 | 219 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.14 |
| HSL | 190.43º | 0.66% | 0.59% | - |
| HSV(B) | 190.43º | 0.63% | 0.86% | - |
| XYZ | 35.69 | 45.89 | 73.99 | - |
| YUV | 163.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 195 | 219 | 0.63 | 0.11 | 0 | 0.14 | 190.43 | 0.66 | 0.59 |
| Hex | 51 | C3 | DB | 3F | B | 0 | E | BE | 42 | 3B |
| Octal | 121 | 303 | 333 | 77 | 13 | 0 | 16 | 276 | 102 | 73 |
| Binary | 1010001 | 11000011 | 11011011 | 111111 | 1011 | 0 | 1110 | 10111110 | 1000010 | 111011 |
Color Harmonies of #51C3DB
Complementary color
Monochromatic Colors of #51C3DB
Black with #51C3DB
Text Example
Text Example
White with #51C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C3DB; }
p { color: rgb(81,195,219); }
H1.HeaderClassName
{
color: #51C3DB;
}
.AnyTagClassName
{
color: #51C3DB;
}
</style>
background-color css
<style>
a { background-color: #51C3DB; }
a { background-color: rgb(81,195,219); }
div.DivClassName
{
background-color: #51C3DB;
}
.BgClassName
{
background-color: #51C3DB;
}
</style>
border-color css
<style>
span { border-color: #51C3DB; }
span { border-color: rgb(81,195,219); }
td.TdClassName
{
border-color: #51C3DB;
}
.TagClassName
{
border-color: #51C3DB;
}
</style>