Shades of Viking #51B8CE
Tints of Viking #51B8CE
RGB
CMYK
RGB Variations
Color information
#51B8CE (or 0x51B8CE) is known color: Viking. HEX triplet: 51, B8 and CE. RGB value is (81,184,206). Sum of RGB (Red+Green+Blue) = 81+184+206=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #51B8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8CE is #AE4731. Grayscale: #9B9B9B. Windows color (decimal): -11421490 or 13547601. OLE color: 13547601.
HSL color Cylindrical-coordinate representation of color #51B8CE: hue angle of 190.56º 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 #51B8CE is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 184 | 206 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.19 |
| HSL | 190.56º | 0.56% | 0.56% | - |
| HSV(B) | 190.56º | 0.61% | 0.81% | - |
| XYZ | 31.67 | 40.49 | 64.54 | - |
| YUV | 155.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 184 | 206 | 0.61 | 0.11 | 0 | 0.19 | 190.56 | 0.56 | 0.56 |
| Hex | 51 | B8 | CE | 3D | B | 0 | 13 | BF | 38 | 38 |
| Octal | 121 | 270 | 316 | 75 | 13 | 0 | 23 | 277 | 70 | 70 |
| Binary | 1010001 | 10111000 | 11001110 | 111101 | 1011 | 0 | 10011 | 10111111 | 111000 | 111000 |
Color Harmonies of #51B8CE
Complementary color
Monochromatic Colors of #51B8CE
Black with #51B8CE
Text Example
Text Example
White with #51B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B8CE; }
p { color: rgb(81,184,206); }
H1.HeaderClassName
{
color: #51B8CE;
}
.AnyTagClassName
{
color: #51B8CE;
}
</style>
background-color css
<style>
a { background-color: #51B8CE; }
a { background-color: rgb(81,184,206); }
div.DivClassName
{
background-color: #51B8CE;
}
.BgClassName
{
background-color: #51B8CE;
}
</style>
border-color css
<style>
span { border-color: #51B8CE; }
span { border-color: rgb(81,184,206); }
td.TdClassName
{
border-color: #51B8CE;
}
.TagClassName
{
border-color: #51B8CE;
}
</style>