Shades of Viking #47BBCE
Tints of Viking #47BBCE
RGB
CMYK
RGB Variations
Color information
#47BBCE (or 0x47BBCE) is known color: Viking. HEX triplet: 47, BB and CE. RGB value is (71,187,206). Sum of RGB (Red+Green+Blue) = 71+187+206=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #47BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBCE is #B84431. Grayscale: #9A9A9A. Windows color (decimal): -12076082 or 13548359. OLE color: 13548359.
HSL color Cylindrical-coordinate representation of color #47BBCE: hue angle of 188.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BBCE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 187 | 206 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.19 |
| HSL | 188.44º | 0.58% | 0.54% | - |
| HSV(B) | 188.44º | 0.66% | 0.81% | - |
| XYZ | 31.51 | 41.34 | 64.71 | - |
| YUV | 154.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 206 | 0.66 | 0.09 | 0 | 0.19 | 188.44 | 0.58 | 0.54 |
| Hex | 47 | BB | CE | 42 | 9 | 0 | 13 | BC | 3A | 36 |
| Octal | 107 | 273 | 316 | 102 | 11 | 0 | 23 | 274 | 72 | 66 |
| Binary | 1000111 | 10111011 | 11001110 | 1000010 | 1001 | 0 | 10011 | 10111100 | 111010 | 110110 |
Color Harmonies of #47BBCE
Complementary color
Monochromatic Colors of #47BBCE
Black with #47BBCE
Text Example
Text Example
White with #47BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBCE; }
p { color: rgb(71,187,206); }
H1.HeaderClassName
{
color: #47BBCE;
}
.AnyTagClassName
{
color: #47BBCE;
}
</style>
background-color css
<style>
a { background-color: #47BBCE; }
a { background-color: rgb(71,187,206); }
div.DivClassName
{
background-color: #47BBCE;
}
.BgClassName
{
background-color: #47BBCE;
}
</style>
border-color css
<style>
span { border-color: #47BBCE; }
span { border-color: rgb(71,187,206); }
td.TdClassName
{
border-color: #47BBCE;
}
.TagClassName
{
border-color: #47BBCE;
}
</style>