Shades of Viking #51B1CA
Tints of Viking #51B1CA
RGB
CMYK
RGB Variations
Color information
#51B1CA (or 0x51B1CA) is known color: Viking. HEX triplet: 51, B1 and CA. RGB value is (81,177,202). Sum of RGB (Red+Green+Blue) = 81+177+202=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #51B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B1CA is #AE4E35. Grayscale: #969696. Windows color (decimal): -11423286 or 13283665. OLE color: 13283665.
HSL color Cylindrical-coordinate representation of color #51B1CA: hue angle of 192.4º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51B1CA is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 177 | 202 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.21 |
| HSL | 192.4º | 0.53% | 0.55% | - |
| HSV(B) | 192.4º | 0.6% | 0.79% | - |
| XYZ | 29.78 | 37.46 | 61.54 | - |
| YUV | 151.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 202 | 0.60 | 0.12 | 0 | 0.21 | 192.4 | 0.53 | 0.55 |
| Hex | 51 | B1 | CA | 3C | C | 0 | 15 | C0 | 35 | 37 |
| Octal | 121 | 261 | 312 | 74 | 14 | 0 | 25 | 300 | 65 | 67 |
| Binary | 1010001 | 10110001 | 11001010 | 111100 | 1100 | 0 | 10101 | 11000000 | 110101 | 110111 |
Color Harmonies of #51B1CA
Complementary color
Monochromatic Colors of #51B1CA
Black with #51B1CA
Text Example
Text Example
White with #51B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B1CA; }
p { color: rgb(81,177,202); }
H1.HeaderClassName
{
color: #51B1CA;
}
.AnyTagClassName
{
color: #51B1CA;
}
</style>
background-color css
<style>
a { background-color: #51B1CA; }
a { background-color: rgb(81,177,202); }
div.DivClassName
{
background-color: #51B1CA;
}
.BgClassName
{
background-color: #51B1CA;
}
</style>
border-color css
<style>
span { border-color: #51B1CA; }
span { border-color: rgb(81,177,202); }
td.TdClassName
{
border-color: #51B1CA;
}
.TagClassName
{
border-color: #51B1CA;
}
</style>