Html Css Color HEX #A9C9F0 Pale Cornflower Blue
📋 copy color: '#A9C9F0'red 169 ◦ green 201 ◦ blue 240
Shades of Pale Cornflower Blue #A9C9F0
Tints of Pale Cornflower Blue #A9C9F0
RGB
CMYK
RGB Variations
Color information
#A9C9F0 (or 0xA9C9F0) is known color: Pale Cornflower Blue. HEX triplet: A9, C9 and F0. RGB value is (169,201,240). Sum of RGB (Red+Green+Blue) = 169+201+240=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #A9C9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C9F0 is #56360F. Grayscale: #C3C3C3. Windows color (decimal): -5649936 or 15780265. OLE color: 15780265.
HSL color Cylindrical-coordinate representation of color #A9C9F0: hue angle of 212.96º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9C9F0 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 201 | 240 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.06 |
| HSL | 212.96º | 0.7% | 0.8% | - |
| HSV(B) | 212.96º | 0.3% | 0.94% | - |
| XYZ | 52.98 | 56.5 | 90.55 | - |
| YUV | 195.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 240 | 0.30 | 0.16 | 0 | 0.06 | 212.96 | 0.7 | 0.8 |
| Hex | A9 | C9 | F0 | 1E | 10 | 0 | 6 | D5 | 46 | 50 |
| Octal | 251 | 311 | 360 | 36 | 20 | 0 | 6 | 325 | 106 | 120 |
| Binary | 10101001 | 11001001 | 11110000 | 11110 | 10000 | 0 | 110 | 11010101 | 1000110 | 1010000 |
Color Harmonies of #A9C9F0
Complementary color
Monochromatic Colors of #A9C9F0
Black with #A9C9F0
Text Example
Text Example
White with #A9C9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9F0; }
p { color: rgb(169,201,240); }
H1.HeaderClassName
{
color: #A9C9F0;
}
.AnyTagClassName
{
color: #A9C9F0;
}
</style>
background-color css
<style>
a { background-color: #A9C9F0; }
a { background-color: rgb(169,201,240); }
div.DivClassName
{
background-color: #A9C9F0;
}
.BgClassName
{
background-color: #A9C9F0;
}
</style>
border-color css
<style>
span { border-color: #A9C9F0; }
span { border-color: rgb(169,201,240); }
td.TdClassName
{
border-color: #A9C9F0;
}
.TagClassName
{
border-color: #A9C9F0;
}
</style>