Shades of Viking #51B2CE
Tints of Viking #51B2CE
RGB
CMYK
RGB Variations
Color information
#51B2CE (or 0x51B2CE) is known color: Viking. HEX triplet: 51, B2 and CE. RGB value is (81,178,206). Sum of RGB (Red+Green+Blue) = 81+178+206=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #51B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B2CE is #AE4D31. Grayscale: #979797. Windows color (decimal): -11423026 or 13546065. OLE color: 13546065.
HSL color Cylindrical-coordinate representation of color #51B2CE: hue angle of 193.44º 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 #51B2CE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 178 | 206 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.19 |
| HSL | 193.44º | 0.56% | 0.56% | - |
| HSV(B) | 193.44º | 0.61% | 0.81% | - |
| XYZ | 30.45 | 38.05 | 64.13 | - |
| YUV | 152.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 206 | 0.61 | 0.14 | 0 | 0.19 | 193.44 | 0.56 | 0.56 |
| Hex | 51 | B2 | CE | 3D | E | 0 | 13 | C1 | 38 | 38 |
| Octal | 121 | 262 | 316 | 75 | 16 | 0 | 23 | 301 | 70 | 70 |
| Binary | 1010001 | 10110010 | 11001110 | 111101 | 1110 | 0 | 10011 | 11000001 | 111000 | 111000 |
Color Harmonies of #51B2CE
Complementary color
Monochromatic Colors of #51B2CE
Black with #51B2CE
Text Example
Text Example
White with #51B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B2CE; }
p { color: rgb(81,178,206); }
H1.HeaderClassName
{
color: #51B2CE;
}
.AnyTagClassName
{
color: #51B2CE;
}
</style>
background-color css
<style>
a { background-color: #51B2CE; }
a { background-color: rgb(81,178,206); }
div.DivClassName
{
background-color: #51B2CE;
}
.BgClassName
{
background-color: #51B2CE;
}
</style>
border-color css
<style>
span { border-color: #51B2CE; }
span { border-color: rgb(81,178,206); }
td.TdClassName
{
border-color: #51B2CE;
}
.TagClassName
{
border-color: #51B2CE;
}
</style>