Html Css Color HEX #A9CAFA Pale Cornflower Blue
📋 copy color: '#A9CAFA'red 169 ◦ green 202 ◦ blue 250
Shades of Pale Cornflower Blue #A9CAFA
Tints of Pale Cornflower Blue #A9CAFA
RGB
CMYK
RGB Variations
Color information
#A9CAFA (or 0xA9CAFA) is known color: Pale Cornflower Blue. HEX triplet: A9, CA and FA. RGB value is (169,202,250). Sum of RGB (Red+Green+Blue) = 169+202+250=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAFA is #563505. Grayscale: #C5C5C5. Windows color (decimal): -5649670 or 16435881. OLE color: 16435881.
HSL color Cylindrical-coordinate representation of color #A9CAFA: hue angle of 215.56º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9CAFA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 202 | 250 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.02 |
| HSL | 215.56º | 0.89% | 0.82% | - |
| HSV(B) | 215.56º | 0.32% | 0.98% | - |
| XYZ | 54.74 | 57.58 | 98.67 | - |
| YUV | 197.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 250 | 0.32 | 0.19 | 0 | 0.02 | 215.56 | 0.89 | 0.82 |
| Hex | A9 | CA | FA | 20 | 13 | 0 | 2 | D8 | 59 | 52 |
| Octal | 251 | 312 | 372 | 40 | 23 | 0 | 2 | 330 | 131 | 122 |
| Binary | 10101001 | 11001010 | 11111010 | 100000 | 10011 | 0 | 10 | 11011000 | 1011001 | 1010010 |
Color Harmonies of #A9CAFA
Complementary color
Monochromatic Colors of #A9CAFA
Black with #A9CAFA
Text Example
Text Example
White with #A9CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CAFA; }
p { color: rgb(169,202,250); }
H1.HeaderClassName
{
color: #A9CAFA;
}
.AnyTagClassName
{
color: #A9CAFA;
}
</style>
background-color css
<style>
a { background-color: #A9CAFA; }
a { background-color: rgb(169,202,250); }
div.DivClassName
{
background-color: #A9CAFA;
}
.BgClassName
{
background-color: #A9CAFA;
}
</style>
border-color css
<style>
span { border-color: #A9CAFA; }
span { border-color: rgb(169,202,250); }
td.TdClassName
{
border-color: #A9CAFA;
}
.TagClassName
{
border-color: #A9CAFA;
}
</style>