Shades of Viking #51B1CE
Tints of Viking #51B1CE
RGB
CMYK
RGB Variations
Color information
#51B1CE (or 0x51B1CE) is known color: Viking. HEX triplet: 51, B1 and CE. RGB value is (81,177,206). Sum of RGB (Red+Green+Blue) = 81+177+206=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #51B1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B1CE is #AE4E31. Grayscale: #979797. Windows color (decimal): -11423282 or 13545809. OLE color: 13545809.
HSL color Cylindrical-coordinate representation of color #51B1CE: hue angle of 193.92º 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 #51B1CE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 177 | 206 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.19 |
| HSL | 193.92º | 0.56% | 0.56% | - |
| HSV(B) | 193.92º | 0.61% | 0.81% | - |
| XYZ | 30.26 | 37.65 | 64.07 | - |
| YUV | 151.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 206 | 0.61 | 0.14 | 0 | 0.19 | 193.92 | 0.56 | 0.56 |
| Hex | 51 | B1 | CE | 3D | E | 0 | 13 | C2 | 38 | 38 |
| Octal | 121 | 261 | 316 | 75 | 16 | 0 | 23 | 302 | 70 | 70 |
| Binary | 1010001 | 10110001 | 11001110 | 111101 | 1110 | 0 | 10011 | 11000010 | 111000 | 111000 |
Color Harmonies of #51B1CE
Complementary color
Monochromatic Colors of #51B1CE
Black with #51B1CE
Text Example
Text Example
White with #51B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B1CE; }
p { color: rgb(81,177,206); }
H1.HeaderClassName
{
color: #51B1CE;
}
.AnyTagClassName
{
color: #51B1CE;
}
</style>
background-color css
<style>
a { background-color: #51B1CE; }
a { background-color: rgb(81,177,206); }
div.DivClassName
{
background-color: #51B1CE;
}
.BgClassName
{
background-color: #51B1CE;
}
</style>
border-color css
<style>
span { border-color: #51B1CE; }
span { border-color: rgb(81,177,206); }
td.TdClassName
{
border-color: #51B1CE;
}
.TagClassName
{
border-color: #51B1CE;
}
</style>