Shades of Viking #51B5CE
Tints of Viking #51B5CE
RGB
CMYK
RGB Variations
Color information
#51B5CE (or 0x51B5CE) is known color: Viking. HEX triplet: 51, B5 and CE. RGB value is (81,181,206). Sum of RGB (Red+Green+Blue) = 81+181+206=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #51B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5CE is #AE4A31. Grayscale: #999999. Windows color (decimal): -11422258 or 13546833. OLE color: 13546833.
HSL color Cylindrical-coordinate representation of color #51B5CE: hue angle of 192º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51B5CE is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 181 | 206 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.19 |
| HSL | 192º | 0.56% | 0.56% | - |
| HSV(B) | 192º | 0.61% | 0.81% | - |
| XYZ | 31.06 | 39.25 | 64.33 | - |
| YUV | 153.95 | 157.37 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 181 | 206 | 0.61 | 0.12 | 0 | 0.19 | 192 | 0.56 | 0.56 |
| Hex | 51 | B5 | CE | 3D | C | 0 | 13 | C0 | 38 | 38 |
| Octal | 121 | 265 | 316 | 75 | 14 | 0 | 23 | 300 | 70 | 70 |
| Binary | 1010001 | 10110101 | 11001110 | 111101 | 1100 | 0 | 10011 | 11000000 | 111000 | 111000 |
Color Harmonies of #51B5CE
Complementary color
Monochromatic Colors of #51B5CE
Black with #51B5CE
Text Example
Text Example
White with #51B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B5CE; }
p { color: rgb(81,181,206); }
H1.HeaderClassName
{
color: #51B5CE;
}
.AnyTagClassName
{
color: #51B5CE;
}
</style>
background-color css
<style>
a { background-color: #51B5CE; }
a { background-color: rgb(81,181,206); }
div.DivClassName
{
background-color: #51B5CE;
}
.BgClassName
{
background-color: #51B5CE;
}
</style>
border-color css
<style>
span { border-color: #51B5CE; }
span { border-color: rgb(81,181,206); }
td.TdClassName
{
border-color: #51B5CE;
}
.TagClassName
{
border-color: #51B5CE;
}
</style>