Shades of Viking #51BBDB
Tints of Viking #51BBDB
RGB
CMYK
RGB Variations
Color information
#51BBDB (or 0x51BBDB) is known color: Viking. HEX triplet: 51, BB and DB. RGB value is (81,187,219). Sum of RGB (Red+Green+Blue) = 81+187+219=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #51BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBDB is #AE4424. Grayscale: #9E9E9E. Windows color (decimal): -11420709 or 14400337. OLE color: 14400337.
HSL color Cylindrical-coordinate representation of color #51BBDB: hue angle of 193.91º 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 #51BBDB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 187 | 219 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.14 |
| HSL | 193.91º | 0.66% | 0.59% | - |
| HSV(B) | 193.91º | 0.63% | 0.86% | - |
| XYZ | 33.95 | 42.4 | 73.41 | - |
| YUV | 158.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 219 | 0.63 | 0.15 | 0 | 0.14 | 193.91 | 0.66 | 0.59 |
| Hex | 51 | BB | DB | 3F | F | 0 | E | C2 | 42 | 3B |
| Octal | 121 | 273 | 333 | 77 | 17 | 0 | 16 | 302 | 102 | 73 |
| Binary | 1010001 | 10111011 | 11011011 | 111111 | 1111 | 0 | 1110 | 11000010 | 1000010 | 111011 |
Color Harmonies of #51BBDB
Complementary color
Monochromatic Colors of #51BBDB
Black with #51BBDB
Text Example
Text Example
White with #51BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBDB; }
p { color: rgb(81,187,219); }
H1.HeaderClassName
{
color: #51BBDB;
}
.AnyTagClassName
{
color: #51BBDB;
}
</style>
background-color css
<style>
a { background-color: #51BBDB; }
a { background-color: rgb(81,187,219); }
div.DivClassName
{
background-color: #51BBDB;
}
.BgClassName
{
background-color: #51BBDB;
}
</style>
border-color css
<style>
span { border-color: #51BBDB; }
span { border-color: rgb(81,187,219); }
td.TdClassName
{
border-color: #51BBDB;
}
.TagClassName
{
border-color: #51BBDB;
}
</style>