Shades of Viking #55BBC9
Tints of Viking #55BBC9
RGB
CMYK
RGB Variations
Color information
#55BBC9 (or 0x55BBC9) is known color: Viking. HEX triplet: 55, BB and C9. RGB value is (85,187,201). Sum of RGB (Red+Green+Blue) = 85+187+201=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #55BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBC9 is #AA4436. Grayscale: #9D9D9D. Windows color (decimal): -11158583 or 13220693. OLE color: 13220693.
HSL color Cylindrical-coordinate representation of color #55BBC9: hue angle of 187.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BBC9 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 187 | 201 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.21 |
| HSL | 187.24º | 0.52% | 0.56% | - |
| HSV(B) | 187.24º | 0.58% | 0.79% | - |
| XYZ | 32.06 | 41.69 | 61.62 | - |
| YUV | 158.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 201 | 0.58 | 0.07 | 0 | 0.21 | 187.24 | 0.52 | 0.56 |
| Hex | 55 | BB | C9 | 3A | 7 | 0 | 15 | BB | 34 | 38 |
| Octal | 125 | 273 | 311 | 72 | 7 | 0 | 25 | 273 | 64 | 70 |
| Binary | 1010101 | 10111011 | 11001001 | 111010 | 111 | 0 | 10101 | 10111011 | 110100 | 111000 |
Color Harmonies of #55BBC9
Complementary color
Monochromatic Colors of #55BBC9
Black with #55BBC9
Text Example
Text Example
White with #55BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBC9; }
p { color: rgb(85,187,201); }
H1.HeaderClassName
{
color: #55BBC9;
}
.AnyTagClassName
{
color: #55BBC9;
}
</style>
background-color css
<style>
a { background-color: #55BBC9; }
a { background-color: rgb(85,187,201); }
div.DivClassName
{
background-color: #55BBC9;
}
.BgClassName
{
background-color: #55BBC9;
}
</style>
border-color css
<style>
span { border-color: #55BBC9; }
span { border-color: rgb(85,187,201); }
td.TdClassName
{
border-color: #55BBC9;
}
.TagClassName
{
border-color: #55BBC9;
}
</style>