Html Css Color HEX #A9CAEA Pale Cornflower Blue
📋 copy color: '#A9CAEA'red 169 ◦ green 202 ◦ blue 234
Shades of Pale Cornflower Blue #A9CAEA
Tints of Pale Cornflower Blue #A9CAEA
RGB
CMYK
RGB Variations
Color information
#A9CAEA (or 0xA9CAEA) is known color: Pale Cornflower Blue. HEX triplet: A9, CA and EA. RGB value is (169,202,234). Sum of RGB (Red+Green+Blue) = 169+202+234=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CAEA is #563515. Grayscale: #C3C3C3. Windows color (decimal): -5649686 or 15387305. OLE color: 15387305.
HSL color Cylindrical-coordinate representation of color #A9CAEA: hue angle of 209.54º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9CAEA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 202 | 234 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.08 |
| HSL | 209.54º | 0.61% | 0.79% | - |
| HSV(B) | 209.54º | 0.28% | 0.92% | - |
| XYZ | 52.33 | 56.62 | 86.01 | - |
| YUV | 195.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 234 | 0.28 | 0.14 | 0 | 0.08 | 209.54 | 0.61 | 0.79 |
| Hex | A9 | CA | EA | 1C | E | 0 | 8 | D2 | 3D | 4F |
| Octal | 251 | 312 | 352 | 34 | 16 | 0 | 10 | 322 | 75 | 117 |
| Binary | 10101001 | 11001010 | 11101010 | 11100 | 1110 | 0 | 1000 | 11010010 | 111101 | 1001111 |
Color Harmonies of #A9CAEA
Complementary color
Monochromatic Colors of #A9CAEA
Black with #A9CAEA
Text Example
Text Example
White with #A9CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CAEA; }
p { color: rgb(169,202,234); }
H1.HeaderClassName
{
color: #A9CAEA;
}
.AnyTagClassName
{
color: #A9CAEA;
}
</style>
background-color css
<style>
a { background-color: #A9CAEA; }
a { background-color: rgb(169,202,234); }
div.DivClassName
{
background-color: #A9CAEA;
}
.BgClassName
{
background-color: #A9CAEA;
}
</style>
border-color css
<style>
span { border-color: #A9CAEA; }
span { border-color: rgb(169,202,234); }
td.TdClassName
{
border-color: #A9CAEA;
}
.TagClassName
{
border-color: #A9CAEA;
}
</style>