Shades of Viking #51BBCE
Tints of Viking #51BBCE
RGB
CMYK
RGB Variations
Color information
#51BBCE (or 0x51BBCE) is known color: Viking. HEX triplet: 51, BB and CE. RGB value is (81,187,206). Sum of RGB (Red+Green+Blue) = 81+187+206=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #51BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBCE is #AE4431. Grayscale: #9D9D9D. Windows color (decimal): -11420722 or 13548369. OLE color: 13548369.
HSL color Cylindrical-coordinate representation of color #51BBCE: hue angle of 189.12º 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 #51BBCE is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 187 | 206 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.19 |
| HSL | 189.12º | 0.56% | 0.56% | - |
| HSV(B) | 189.12º | 0.61% | 0.81% | - |
| XYZ | 32.3 | 41.75 | 64.75 | - |
| YUV | 157.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 206 | 0.61 | 0.09 | 0 | 0.19 | 189.12 | 0.56 | 0.56 |
| Hex | 51 | BB | CE | 3D | 9 | 0 | 13 | BD | 38 | 38 |
| Octal | 121 | 273 | 316 | 75 | 11 | 0 | 23 | 275 | 70 | 70 |
| Binary | 1010001 | 10111011 | 11001110 | 111101 | 1001 | 0 | 10011 | 10111101 | 111000 | 111000 |
Color Harmonies of #51BBCE
Complementary color
Monochromatic Colors of #51BBCE
Black with #51BBCE
Text Example
Text Example
White with #51BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBCE; }
p { color: rgb(81,187,206); }
H1.HeaderClassName
{
color: #51BBCE;
}
.AnyTagClassName
{
color: #51BBCE;
}
</style>
background-color css
<style>
a { background-color: #51BBCE; }
a { background-color: rgb(81,187,206); }
div.DivClassName
{
background-color: #51BBCE;
}
.BgClassName
{
background-color: #51BBCE;
}
</style>
border-color css
<style>
span { border-color: #51BBCE; }
span { border-color: rgb(81,187,206); }
td.TdClassName
{
border-color: #51BBCE;
}
.TagClassName
{
border-color: #51BBCE;
}
</style>