Shades of Viking #55BBCE
Tints of Viking #55BBCE
RGB
CMYK
RGB Variations
Color information
#55BBCE (or 0x55BBCE) is known color: Viking. HEX triplet: 55, BB and CE. RGB value is (85,187,206). Sum of RGB (Red+Green+Blue) = 85+187+206=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #55BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBCE is #AA4431. Grayscale: #9E9E9E. Windows color (decimal): -11158578 or 13548373. OLE color: 13548373.
HSL color Cylindrical-coordinate representation of color #55BBCE: hue angle of 189.42º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BBCE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 187 | 206 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.19 |
| HSL | 189.42º | 0.55% | 0.57% | - |
| HSV(B) | 189.42º | 0.59% | 0.81% | - |
| XYZ | 32.66 | 41.93 | 64.76 | - |
| YUV | 158.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 206 | 0.59 | 0.09 | 0 | 0.19 | 189.42 | 0.55 | 0.57 |
| Hex | 55 | BB | CE | 3B | 9 | 0 | 13 | BD | 37 | 39 |
| Octal | 125 | 273 | 316 | 73 | 11 | 0 | 23 | 275 | 67 | 71 |
| Binary | 1010101 | 10111011 | 11001110 | 111011 | 1001 | 0 | 10011 | 10111101 | 110111 | 111001 |
Color Harmonies of #55BBCE
Complementary color
Monochromatic Colors of #55BBCE
Black with #55BBCE
Text Example
Text Example
White with #55BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBCE; }
p { color: rgb(85,187,206); }
H1.HeaderClassName
{
color: #55BBCE;
}
.AnyTagClassName
{
color: #55BBCE;
}
</style>
background-color css
<style>
a { background-color: #55BBCE; }
a { background-color: rgb(85,187,206); }
div.DivClassName
{
background-color: #55BBCE;
}
.BgClassName
{
background-color: #55BBCE;
}
</style>
border-color css
<style>
span { border-color: #55BBCE; }
span { border-color: rgb(85,187,206); }
td.TdClassName
{
border-color: #55BBCE;
}
.TagClassName
{
border-color: #55BBCE;
}
</style>