Html Css Color HEX #A9D2FC Pale Cornflower Blue
📋 copy color: '#A9D2FC'red 169 ◦ green 210 ◦ blue 252
Shades of Pale Cornflower Blue #A9D2FC
Tints of Pale Cornflower Blue #A9D2FC
RGB
CMYK
RGB Variations
Color information
#A9D2FC (or 0xA9D2FC) is known color: Pale Cornflower Blue. HEX triplet: A9, D2 and FC. RGB value is (169,210,252). Sum of RGB (Red+Green+Blue) = 169+210+252=631 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.78% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9D2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D2FC is #562D03. Grayscale: #CACACA. Windows color (decimal): -5647620 or 16569001. OLE color: 16569001.
HSL color Cylindrical-coordinate representation of color #A9D2FC: hue angle of 210.36º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D2FC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 210 | 252 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.01 |
| HSL | 210.36º | 0.93% | 0.83% | - |
| HSV(B) | 210.36º | 0.33% | 0.99% | - |
| XYZ | 56.98 | 61.56 | 100.97 | - |
| YUV | 202.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 252 | 0.33 | 0.17 | 0 | 0.01 | 210.36 | 0.93 | 0.83 |
| Hex | A9 | D2 | FC | 21 | 11 | 0 | 1 | D2 | 5D | 53 |
| Octal | 251 | 322 | 374 | 41 | 21 | 0 | 1 | 322 | 135 | 123 |
| Binary | 10101001 | 11010010 | 11111100 | 100001 | 10001 | 0 | 1 | 11010010 | 1011101 | 1010011 |
Color Harmonies of #A9D2FC
Complementary color
Monochromatic Colors of #A9D2FC
Black with #A9D2FC
Text Example
Text Example
White with #A9D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D2FC; }
p { color: rgb(169,210,252); }
H1.HeaderClassName
{
color: #A9D2FC;
}
.AnyTagClassName
{
color: #A9D2FC;
}
</style>
background-color css
<style>
a { background-color: #A9D2FC; }
a { background-color: rgb(169,210,252); }
div.DivClassName
{
background-color: #A9D2FC;
}
.BgClassName
{
background-color: #A9D2FC;
}
</style>
border-color css
<style>
span { border-color: #A9D2FC; }
span { border-color: rgb(169,210,252); }
td.TdClassName
{
border-color: #A9D2FC;
}
.TagClassName
{
border-color: #A9D2FC;
}
</style>