Shades of Viking #55BFCC
Tints of Viking #55BFCC
RGB
CMYK
RGB Variations
Color information
#55BFCC (or 0x55BFCC) is known color: Viking. HEX triplet: 55, BF and CC. RGB value is (85,191,204). Sum of RGB (Red+Green+Blue) = 85+191+204=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #55BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFCC is #AA4033. Grayscale: #A0A0A0. Windows color (decimal): -11157556 or 13418325. OLE color: 13418325.
HSL color Cylindrical-coordinate representation of color #55BFCC: hue angle of 186.55º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BFCC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 191 | 204 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.2 |
| HSL | 186.55º | 0.54% | 0.57% | - |
| HSV(B) | 186.55º | 0.58% | 0.8% | - |
| XYZ | 33.28 | 43.55 | 63.78 | - |
| YUV | 160.79 | 152.38 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 204 | 0.58 | 0.06 | 0 | 0.2 | 186.55 | 0.54 | 0.57 |
| Hex | 55 | BF | CC | 3A | 6 | 0 | 14 | BB | 36 | 39 |
| Octal | 125 | 277 | 314 | 72 | 6 | 0 | 24 | 273 | 66 | 71 |
| Binary | 1010101 | 10111111 | 11001100 | 111010 | 110 | 0 | 10100 | 10111011 | 110110 | 111001 |
Color Harmonies of #55BFCC
Complementary color
Monochromatic Colors of #55BFCC
Black with #55BFCC
Text Example
Text Example
White with #55BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFCC; }
p { color: rgb(85,191,204); }
H1.HeaderClassName
{
color: #55BFCC;
}
.AnyTagClassName
{
color: #55BFCC;
}
</style>
background-color css
<style>
a { background-color: #55BFCC; }
a { background-color: rgb(85,191,204); }
div.DivClassName
{
background-color: #55BFCC;
}
.BgClassName
{
background-color: #55BFCC;
}
</style>
border-color css
<style>
span { border-color: #55BFCC; }
span { border-color: rgb(85,191,204); }
td.TdClassName
{
border-color: #55BFCC;
}
.TagClassName
{
border-color: #55BFCC;
}
</style>