Shades of Viking #51B0CB
Tints of Viking #51B0CB
RGB
CMYK
RGB Variations
Color information
#51B0CB (or 0x51B0CB) is known color: Viking. HEX triplet: 51, B0 and CB. RGB value is (81,176,203). Sum of RGB (Red+Green+Blue) = 81+176+203=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #51B0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B0CB is #AE4F34. Grayscale: #969696. Windows color (decimal): -11423541 or 13348945. OLE color: 13348945.
HSL color Cylindrical-coordinate representation of color #51B0CB: hue angle of 193.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51B0CB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 176 | 203 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.20 |
| HSL | 193.28º | 0.54% | 0.56% | - |
| HSV(B) | 193.28º | 0.6% | 0.8% | - |
| XYZ | 29.7 | 37.11 | 62.1 | - |
| YUV | 150.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 203 | 0.60 | 0.13 | 0 | 0.20 | 193.28 | 0.54 | 0.56 |
| Hex | 51 | B0 | CB | 3C | D | 0 | 14 | C1 | 36 | 38 |
| Octal | 121 | 260 | 313 | 74 | 15 | 0 | 24 | 301 | 66 | 70 |
| Binary | 1010001 | 10110000 | 11001011 | 111100 | 1101 | 0 | 10100 | 11000001 | 110110 | 111000 |
Color Harmonies of #51B0CB
Complementary color
Monochromatic Colors of #51B0CB
Black with #51B0CB
Text Example
Text Example
White with #51B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B0CB; }
p { color: rgb(81,176,203); }
H1.HeaderClassName
{
color: #51B0CB;
}
.AnyTagClassName
{
color: #51B0CB;
}
</style>
background-color css
<style>
a { background-color: #51B0CB; }
a { background-color: rgb(81,176,203); }
div.DivClassName
{
background-color: #51B0CB;
}
.BgClassName
{
background-color: #51B0CB;
}
</style>
border-color css
<style>
span { border-color: #51B0CB; }
span { border-color: rgb(81,176,203); }
td.TdClassName
{
border-color: #51B0CB;
}
.TagClassName
{
border-color: #51B0CB;
}
</style>