Shades of Cornflower Blue #5AABFC
Tints of Cornflower Blue #5AABFC
RGB
CMYK
RGB Variations
Color information
#5AABFC (or 0x5AABFC) is known color: Cornflower Blue. HEX triplet: 5A, AB and FC. RGB value is (90,171,252). Sum of RGB (Red+Green+Blue) = 90+171+252=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AABFC is #A55403. Grayscale: #9B9B9B. Windows color (decimal): -10834948 or 16558938. OLE color: 16558938.
HSL color Cylindrical-coordinate representation of color #5AABFC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AABFC is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 171 | 252 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.67% | - |
| HSV(B) | 210º | 0.64% | 0.99% | - |
| XYZ | 36.35 | 38.33 | 97.58 | - |
| YUV | 156.02 | 182.16 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 252 | 0.64 | 0.32 | 0 | 0.01 | 210 | 0.96 | 0.67 |
| Hex | 5A | AB | FC | 40 | 20 | 0 | 1 | D2 | 60 | 43 |
| Octal | 132 | 253 | 374 | 100 | 40 | 0 | 1 | 322 | 140 | 103 |
| Binary | 1011010 | 10101011 | 11111100 | 1000000 | 100000 | 0 | 1 | 11010010 | 1100000 | 1000011 |
Color Harmonies of #5AABFC
Complementary color
Monochromatic Colors of #5AABFC
Black with #5AABFC
Text Example
Text Example
White with #5AABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABFC; }
p { color: rgb(90,171,252); }
H1.HeaderClassName
{
color: #5AABFC;
}
.AnyTagClassName
{
color: #5AABFC;
}
</style>
background-color css
<style>
a { background-color: #5AABFC; }
a { background-color: rgb(90,171,252); }
div.DivClassName
{
background-color: #5AABFC;
}
.BgClassName
{
background-color: #5AABFC;
}
</style>
border-color css
<style>
span { border-color: #5AABFC; }
span { border-color: rgb(90,171,252); }
td.TdClassName
{
border-color: #5AABFC;
}
.TagClassName
{
border-color: #5AABFC;
}
</style>