Shades of Cornflower Blue #55ABFF
Tints of Cornflower Blue #55ABFF
RGB
CMYK
RGB Variations
Color information
#55ABFF (or 0x55ABFF) is known color: Cornflower Blue. HEX triplet: 55, AB and FF. RGB value is (85,171,255). Sum of RGB (Red+Green+Blue) = 85+171+255=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #55ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABFF is #AA5400. Grayscale: #9A9A9A. Windows color (decimal): -11162625 or 16755541. OLE color: 16755541.
HSL color Cylindrical-coordinate representation of color #55ABFF: hue angle of 209.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55ABFF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 171 | 255 | - |
| CMYK | 0.67 | 0.33 | 0 | 0 |
| HSL | 209.65º | 1% | 0.67% | - |
| HSV(B) | 209.65º | 0.67% | 1% | - |
| XYZ | 36.36 | 38.28 | 100.08 | - |
| YUV | 154.86 | 184.51 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 255 | 0.67 | 0.33 | 0 | 0 | 209.65 | 1 | 0.67 |
| Hex | 55 | AB | FF | 43 | 21 | 0 | 0 | D2 | 64 | 43 |
| Octal | 125 | 253 | 377 | 103 | 41 | 0 | 0 | 322 | 144 | 103 |
| Binary | 1010101 | 10101011 | 11111111 | 1000011 | 100001 | 0 | 0 | 11010010 | 1100100 | 1000011 |
Color Harmonies of #55ABFF
Complementary color
Monochromatic Colors of #55ABFF
Black with #55ABFF
Text Example
Text Example
White with #55ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABFF; }
p { color: rgb(85,171,255); }
H1.HeaderClassName
{
color: #55ABFF;
}
.AnyTagClassName
{
color: #55ABFF;
}
</style>
background-color css
<style>
a { background-color: #55ABFF; }
a { background-color: rgb(85,171,255); }
div.DivClassName
{
background-color: #55ABFF;
}
.BgClassName
{
background-color: #55ABFF;
}
</style>
border-color css
<style>
span { border-color: #55ABFF; }
span { border-color: rgb(85,171,255); }
td.TdClassName
{
border-color: #55ABFF;
}
.TagClassName
{
border-color: #55ABFF;
}
</style>