Shades of Viking #51B6CA
Tints of Viking #51B6CA
RGB
CMYK
RGB Variations
Color information
#51B6CA (or 0x51B6CA) is known color: Viking. HEX triplet: 51, B6 and CA. RGB value is (81,182,202). Sum of RGB (Red+Green+Blue) = 81+182+202=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #51B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B6CA is #AE4935. Grayscale: #999999. Windows color (decimal): -11422006 or 13284945. OLE color: 13284945.
HSL color Cylindrical-coordinate representation of color #51B6CA: hue angle of 189.92º 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 #51B6CA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 182 | 202 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.21 |
| HSL | 189.92º | 0.53% | 0.55% | - |
| HSV(B) | 189.92º | 0.6% | 0.79% | - |
| XYZ | 30.78 | 39.47 | 61.87 | - |
| YUV | 154.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 182 | 202 | 0.60 | 0.10 | 0 | 0.21 | 189.92 | 0.53 | 0.55 |
| Hex | 51 | B6 | CA | 3C | A | 0 | 15 | BE | 35 | 37 |
| Octal | 121 | 266 | 312 | 74 | 12 | 0 | 25 | 276 | 65 | 67 |
| Binary | 1010001 | 10110110 | 11001010 | 111100 | 1010 | 0 | 10101 | 10111110 | 110101 | 110111 |
Color Harmonies of #51B6CA
Complementary color
Monochromatic Colors of #51B6CA
Black with #51B6CA
Text Example
Text Example
White with #51B6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B6CA; }
p { color: rgb(81,182,202); }
H1.HeaderClassName
{
color: #51B6CA;
}
.AnyTagClassName
{
color: #51B6CA;
}
</style>
background-color css
<style>
a { background-color: #51B6CA; }
a { background-color: rgb(81,182,202); }
div.DivClassName
{
background-color: #51B6CA;
}
.BgClassName
{
background-color: #51B6CA;
}
</style>
border-color css
<style>
span { border-color: #51B6CA; }
span { border-color: rgb(81,182,202); }
td.TdClassName
{
border-color: #51B6CA;
}
.TagClassName
{
border-color: #51B6CA;
}
</style>