Shades of Viking #51B0CA
Tints of Viking #51B0CA
RGB
CMYK
RGB Variations
Color information
#51B0CA (or 0x51B0CA) is known color: Viking. HEX triplet: 51, B0 and CA. RGB value is (81,176,202). Sum of RGB (Red+Green+Blue) = 81+176+202=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #51B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B0CA is #AE4F35. Grayscale: #969696. Windows color (decimal): -11423542 or 13283409. OLE color: 13283409.
HSL color Cylindrical-coordinate representation of color #51B0CA: hue angle of 192.89º 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 #51B0CA is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 176 | 202 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.21 |
| HSL | 192.89º | 0.53% | 0.55% | - |
| HSV(B) | 192.89º | 0.6% | 0.79% | - |
| XYZ | 29.58 | 37.06 | 61.47 | - |
| YUV | 150.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 202 | 0.60 | 0.13 | 0 | 0.21 | 192.89 | 0.53 | 0.55 |
| Hex | 51 | B0 | CA | 3C | D | 0 | 15 | C1 | 35 | 37 |
| Octal | 121 | 260 | 312 | 74 | 15 | 0 | 25 | 301 | 65 | 67 |
| Binary | 1010001 | 10110000 | 11001010 | 111100 | 1101 | 0 | 10101 | 11000001 | 110101 | 110111 |
Color Harmonies of #51B0CA
Complementary color
Monochromatic Colors of #51B0CA
Black with #51B0CA
Text Example
Text Example
White with #51B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B0CA; }
p { color: rgb(81,176,202); }
H1.HeaderClassName
{
color: #51B0CA;
}
.AnyTagClassName
{
color: #51B0CA;
}
</style>
background-color css
<style>
a { background-color: #51B0CA; }
a { background-color: rgb(81,176,202); }
div.DivClassName
{
background-color: #51B0CA;
}
.BgClassName
{
background-color: #51B0CA;
}
</style>
border-color css
<style>
span { border-color: #51B0CA; }
span { border-color: rgb(81,176,202); }
td.TdClassName
{
border-color: #51B0CA;
}
.TagClassName
{
border-color: #51B0CA;
}
</style>