Html Css Color HEX #A9CDFA Pale Cornflower Blue
📋 copy color: '#A9CDFA'red 169 ◦ green 205 ◦ blue 250
Shades of Pale Cornflower Blue #A9CDFA
Tints of Pale Cornflower Blue #A9CDFA
RGB
CMYK
RGB Variations
Color information
#A9CDFA (or 0xA9CDFA) is known color: Pale Cornflower Blue. HEX triplet: A9, CD and FA. RGB value is (169,205,250). Sum of RGB (Red+Green+Blue) = 169+205+250=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CDFA is #563205. Grayscale: #C7C7C7. Windows color (decimal): -5648902 or 16436649. OLE color: 16436649.
HSL color Cylindrical-coordinate representation of color #A9CDFA: hue angle of 213.33º 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 #A9CDFA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 205 | 250 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.02 |
| HSL | 213.33º | 0.89% | 0.82% | - |
| HSV(B) | 213.33º | 0.32% | 0.98% | - |
| XYZ | 55.45 | 59 | 98.91 | - |
| YUV | 199.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 250 | 0.32 | 0.18 | 0 | 0.02 | 213.33 | 0.89 | 0.82 |
| Hex | A9 | CD | FA | 20 | 12 | 0 | 2 | D5 | 59 | 52 |
| Octal | 251 | 315 | 372 | 40 | 22 | 0 | 2 | 325 | 131 | 122 |
| Binary | 10101001 | 11001101 | 11111010 | 100000 | 10010 | 0 | 10 | 11010101 | 1011001 | 1010010 |
Color Harmonies of #A9CDFA
Complementary color
Monochromatic Colors of #A9CDFA
Black with #A9CDFA
Text Example
Text Example
White with #A9CDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CDFA; }
p { color: rgb(169,205,250); }
H1.HeaderClassName
{
color: #A9CDFA;
}
.AnyTagClassName
{
color: #A9CDFA;
}
</style>
background-color css
<style>
a { background-color: #A9CDFA; }
a { background-color: rgb(169,205,250); }
div.DivClassName
{
background-color: #A9CDFA;
}
.BgClassName
{
background-color: #A9CDFA;
}
</style>
border-color css
<style>
span { border-color: #A9CDFA; }
span { border-color: rgb(169,205,250); }
td.TdClassName
{
border-color: #A9CDFA;
}
.TagClassName
{
border-color: #A9CDFA;
}
</style>