Shades of Viking #55BBCA
Tints of Viking #55BBCA
RGB
CMYK
RGB Variations
Color information
#55BBCA (or 0x55BBCA) is known color: Viking. HEX triplet: 55, BB and CA. RGB value is (85,187,202). Sum of RGB (Red+Green+Blue) = 85+187+202=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #55BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBCA is #AA4435. Grayscale: #9E9E9E. Windows color (decimal): -11158582 or 13286229. OLE color: 13286229.
HSL color Cylindrical-coordinate representation of color #55BBCA: hue angle of 187.69º 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 #55BBCA is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 187 | 202 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.21 |
| HSL | 187.69º | 0.52% | 0.56% | - |
| HSV(B) | 187.69º | 0.58% | 0.79% | - |
| XYZ | 32.18 | 41.74 | 62.24 | - |
| YUV | 158.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 202 | 0.58 | 0.07 | 0 | 0.21 | 187.69 | 0.52 | 0.56 |
| Hex | 55 | BB | CA | 3A | 7 | 0 | 15 | BC | 34 | 38 |
| Octal | 125 | 273 | 312 | 72 | 7 | 0 | 25 | 274 | 64 | 70 |
| Binary | 1010101 | 10111011 | 11001010 | 111010 | 111 | 0 | 10101 | 10111100 | 110100 | 111000 |
Color Harmonies of #55BBCA
Complementary color
Monochromatic Colors of #55BBCA
Black with #55BBCA
Text Example
Text Example
White with #55BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBCA; }
p { color: rgb(85,187,202); }
H1.HeaderClassName
{
color: #55BBCA;
}
.AnyTagClassName
{
color: #55BBCA;
}
</style>
background-color css
<style>
a { background-color: #55BBCA; }
a { background-color: rgb(85,187,202); }
div.DivClassName
{
background-color: #55BBCA;
}
.BgClassName
{
background-color: #55BBCA;
}
</style>
border-color css
<style>
span { border-color: #55BBCA; }
span { border-color: rgb(85,187,202); }
td.TdClassName
{
border-color: #55BBCA;
}
.TagClassName
{
border-color: #55BBCA;
}
</style>