Shades of Cornflower Blue #55ABFC
Tints of Cornflower Blue #55ABFC
RGB
CMYK
RGB Variations
Color information
#55ABFC (or 0x55ABFC) is known color: Cornflower Blue. HEX triplet: 55, AB and FC. RGB value is (85,171,252). Sum of RGB (Red+Green+Blue) = 85+171+252=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #55ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABFC is #AA5403. Grayscale: #9A9A9A. Windows color (decimal): -11162628 or 16558933. OLE color: 16558933.
HSL color Cylindrical-coordinate representation of color #55ABFC: hue angle of 209.1º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55ABFC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 171 | 252 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.01 |
| HSL | 209.1º | 0.97% | 0.66% | - |
| HSV(B) | 209.1º | 0.66% | 0.99% | - |
| XYZ | 35.88 | 38.09 | 97.56 | - |
| YUV | 154.52 | 183.01 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 252 | 0.66 | 0.32 | 0 | 0.01 | 209.1 | 0.97 | 0.66 |
| Hex | 55 | AB | FC | 42 | 20 | 0 | 1 | D1 | 61 | 42 |
| Octal | 125 | 253 | 374 | 102 | 40 | 0 | 1 | 321 | 141 | 102 |
| Binary | 1010101 | 10101011 | 11111100 | 1000010 | 100000 | 0 | 1 | 11010001 | 1100001 | 1000010 |
Color Harmonies of #55ABFC
Complementary color
Monochromatic Colors of #55ABFC
Black with #55ABFC
Text Example
Text Example
White with #55ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABFC; }
p { color: rgb(85,171,252); }
H1.HeaderClassName
{
color: #55ABFC;
}
.AnyTagClassName
{
color: #55ABFC;
}
</style>
background-color css
<style>
a { background-color: #55ABFC; }
a { background-color: rgb(85,171,252); }
div.DivClassName
{
background-color: #55ABFC;
}
.BgClassName
{
background-color: #55ABFC;
}
</style>
border-color css
<style>
span { border-color: #55ABFC; }
span { border-color: rgb(85,171,252); }
td.TdClassName
{
border-color: #55ABFC;
}
.TagClassName
{
border-color: #55ABFC;
}
</style>