Html Css Color HEX #A9D0FA Pale Cornflower Blue
📋 copy color: '#A9D0FA'red 169 ◦ green 208 ◦ blue 250
Shades of Pale Cornflower Blue #A9D0FA
Tints of Pale Cornflower Blue #A9D0FA
RGB
CMYK
RGB Variations
Color information
#A9D0FA (or 0xA9D0FA) is known color: Pale Cornflower Blue. HEX triplet: A9, D0 and FA. RGB value is (169,208,250). Sum of RGB (Red+Green+Blue) = 169+208+250=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D0FA is #562F05. Grayscale: #C8C8C8. Windows color (decimal): -5648134 or 16437417. OLE color: 16437417.
HSL color Cylindrical-coordinate representation of color #A9D0FA: hue angle of 211.11º 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 #A9D0FA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 208 | 250 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.02 |
| HSL | 211.11º | 0.89% | 0.82% | - |
| HSV(B) | 211.11º | 0.32% | 0.98% | - |
| XYZ | 56.17 | 60.45 | 99.15 | - |
| YUV | 201.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 250 | 0.32 | 0.17 | 0 | 0.02 | 211.11 | 0.89 | 0.82 |
| Hex | A9 | D0 | FA | 20 | 11 | 0 | 2 | D3 | 59 | 52 |
| Octal | 251 | 320 | 372 | 40 | 21 | 0 | 2 | 323 | 131 | 122 |
| Binary | 10101001 | 11010000 | 11111010 | 100000 | 10001 | 0 | 10 | 11010011 | 1011001 | 1010010 |
Color Harmonies of #A9D0FA
Complementary color
Monochromatic Colors of #A9D0FA
Black with #A9D0FA
Text Example
Text Example
White with #A9D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0FA; }
p { color: rgb(169,208,250); }
H1.HeaderClassName
{
color: #A9D0FA;
}
.AnyTagClassName
{
color: #A9D0FA;
}
</style>
background-color css
<style>
a { background-color: #A9D0FA; }
a { background-color: rgb(169,208,250); }
div.DivClassName
{
background-color: #A9D0FA;
}
.BgClassName
{
background-color: #A9D0FA;
}
</style>
border-color css
<style>
span { border-color: #A9D0FA; }
span { border-color: rgb(169,208,250); }
td.TdClassName
{
border-color: #A9D0FA;
}
.TagClassName
{
border-color: #A9D0FA;
}
</style>