Shades of Viking #50BBCE
Tints of Viking #50BBCE
RGB
CMYK
RGB Variations
Color information
#50BBCE (or 0x50BBCE) is known color: Viking. HEX triplet: 50, BB and CE. RGB value is (80,187,206). Sum of RGB (Red+Green+Blue) = 80+187+206=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #50BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBCE is #AF4431. Grayscale: #9C9C9C. Windows color (decimal): -11486258 or 13548368. OLE color: 13548368.
HSL color Cylindrical-coordinate representation of color #50BBCE: hue angle of 189.05º 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 #50BBCE is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 187 | 206 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.19 |
| HSL | 189.05º | 0.56% | 0.56% | - |
| HSV(B) | 189.05º | 0.61% | 0.81% | - |
| XYZ | 32.22 | 41.7 | 64.74 | - |
| YUV | 157.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 206 | 0.61 | 0.09 | 0 | 0.19 | 189.05 | 0.56 | 0.56 |
| Hex | 50 | BB | CE | 3D | 9 | 0 | 13 | BD | 38 | 38 |
| Octal | 120 | 273 | 316 | 75 | 11 | 0 | 23 | 275 | 70 | 70 |
| Binary | 1010000 | 10111011 | 11001110 | 111101 | 1001 | 0 | 10011 | 10111101 | 111000 | 111000 |
Color Harmonies of #50BBCE
Complementary color
Monochromatic Colors of #50BBCE
Black with #50BBCE
Text Example
Text Example
White with #50BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BBCE; }
p { color: rgb(80,187,206); }
H1.HeaderClassName
{
color: #50BBCE;
}
.AnyTagClassName
{
color: #50BBCE;
}
</style>
background-color css
<style>
a { background-color: #50BBCE; }
a { background-color: rgb(80,187,206); }
div.DivClassName
{
background-color: #50BBCE;
}
.BgClassName
{
background-color: #50BBCE;
}
</style>
border-color css
<style>
span { border-color: #50BBCE; }
span { border-color: rgb(80,187,206); }
td.TdClassName
{
border-color: #50BBCE;
}
.TagClassName
{
border-color: #50BBCE;
}
</style>