Html Css Color HEX #A9D2FA Pale Cornflower Blue
📋 copy color: '#A9D2FA'red 169 ◦ green 210 ◦ blue 250
Shades of Pale Cornflower Blue #A9D2FA
Tints of Pale Cornflower Blue #A9D2FA
RGB
CMYK
RGB Variations
Color information
#A9D2FA (or 0xA9D2FA) is known color: Pale Cornflower Blue. HEX triplet: A9, D2 and FA. RGB value is (169,210,250). Sum of RGB (Red+Green+Blue) = 169+210+250=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D2FA is #562D05. Grayscale: #CACACA. Windows color (decimal): -5647622 or 16437929. OLE color: 16437929.
HSL color Cylindrical-coordinate representation of color #A9D2FA: hue angle of 209.63º 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 #A9D2FA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 210 | 250 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.02 |
| HSL | 209.63º | 0.89% | 0.82% | - |
| HSV(B) | 209.63º | 0.32% | 0.98% | - |
| XYZ | 56.66 | 61.43 | 99.31 | - |
| YUV | 202.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 250 | 0.32 | 0.16 | 0 | 0.02 | 209.63 | 0.89 | 0.82 |
| Hex | A9 | D2 | FA | 20 | 10 | 0 | 2 | D2 | 59 | 52 |
| Octal | 251 | 322 | 372 | 40 | 20 | 0 | 2 | 322 | 131 | 122 |
| Binary | 10101001 | 11010010 | 11111010 | 100000 | 10000 | 0 | 10 | 11010010 | 1011001 | 1010010 |
Color Harmonies of #A9D2FA
Complementary color
Monochromatic Colors of #A9D2FA
Black with #A9D2FA
Text Example
Text Example
White with #A9D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D2FA; }
p { color: rgb(169,210,250); }
H1.HeaderClassName
{
color: #A9D2FA;
}
.AnyTagClassName
{
color: #A9D2FA;
}
</style>
background-color css
<style>
a { background-color: #A9D2FA; }
a { background-color: rgb(169,210,250); }
div.DivClassName
{
background-color: #A9D2FA;
}
.BgClassName
{
background-color: #A9D2FA;
}
</style>
border-color css
<style>
span { border-color: #A9D2FA; }
span { border-color: rgb(169,210,250); }
td.TdClassName
{
border-color: #A9D2FA;
}
.TagClassName
{
border-color: #A9D2FA;
}
</style>