Shades of Viking #55BCD9
Tints of Viking #55BCD9
RGB
CMYK
RGB Variations
Color information
#55BCD9 (or 0x55BCD9) is known color: Viking. HEX triplet: 55, BC and D9. RGB value is (85,188,217). Sum of RGB (Red+Green+Blue) = 85+188+217=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #55BCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCD9 is #AA4326. Grayscale: #A0A0A0. Windows color (decimal): -11158311 or 14269525. OLE color: 14269525.
HSL color Cylindrical-coordinate representation of color #55BCD9: hue angle of 193.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BCD9 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 188 | 217 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.15 |
| HSL | 193.18º | 0.63% | 0.59% | - |
| HSV(B) | 193.18º | 0.61% | 0.85% | - |
| XYZ | 34.25 | 42.91 | 72.12 | - |
| YUV | 160.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 217 | 0.61 | 0.13 | 0 | 0.15 | 193.18 | 0.63 | 0.59 |
| Hex | 55 | BC | D9 | 3D | D | 0 | F | C1 | 3F | 3B |
| Octal | 125 | 274 | 331 | 75 | 15 | 0 | 17 | 301 | 77 | 73 |
| Binary | 1010101 | 10111100 | 11011001 | 111101 | 1101 | 0 | 1111 | 11000001 | 111111 | 111011 |
Color Harmonies of #55BCD9
Complementary color
Monochromatic Colors of #55BCD9
Black with #55BCD9
Text Example
Text Example
White with #55BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCD9; }
p { color: rgb(85,188,217); }
H1.HeaderClassName
{
color: #55BCD9;
}
.AnyTagClassName
{
color: #55BCD9;
}
</style>
background-color css
<style>
a { background-color: #55BCD9; }
a { background-color: rgb(85,188,217); }
div.DivClassName
{
background-color: #55BCD9;
}
.BgClassName
{
background-color: #55BCD9;
}
</style>
border-color css
<style>
span { border-color: #55BCD9; }
span { border-color: rgb(85,188,217); }
td.TdClassName
{
border-color: #55BCD9;
}
.TagClassName
{
border-color: #55BCD9;
}
</style>