Html Css Color HEX #AAC9F1 Pale Cornflower Blue
📋 copy color: '#AAC9F1'red 170 ◦ green 201 ◦ blue 241
Shades of Pale Cornflower Blue #AAC9F1
Tints of Pale Cornflower Blue #AAC9F1
RGB
CMYK
RGB Variations
Color information
#AAC9F1 (or 0xAAC9F1) is known color: Pale Cornflower Blue. HEX triplet: AA, C9 and F1. RGB value is (170,201,241). Sum of RGB (Red+Green+Blue) = 170+201+241=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9F1 is #55360E. Grayscale: #C4C4C4. Windows color (decimal): -5584399 or 15845802. OLE color: 15845802.
HSL color Cylindrical-coordinate representation of color #AAC9F1: hue angle of 213.8º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC9F1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 201 | 241 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.05 |
| HSL | 213.8º | 0.72% | 0.81% | - |
| HSV(B) | 213.8º | 0.29% | 0.95% | - |
| XYZ | 53.34 | 56.67 | 91.35 | - |
| YUV | 196.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 241 | 0.29 | 0.17 | 0 | 0.05 | 213.8 | 0.72 | 0.81 |
| Hex | AA | C9 | F1 | 1D | 11 | 0 | 5 | D6 | 48 | 51 |
| Octal | 252 | 311 | 361 | 35 | 21 | 0 | 5 | 326 | 110 | 121 |
| Binary | 10101010 | 11001001 | 11110001 | 11101 | 10001 | 0 | 101 | 11010110 | 1001000 | 1010001 |
Color Harmonies of #AAC9F1
Complementary color
Monochromatic Colors of #AAC9F1
Black with #AAC9F1
Text Example
Text Example
White with #AAC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9F1; }
p { color: rgb(170,201,241); }
H1.HeaderClassName
{
color: #AAC9F1;
}
.AnyTagClassName
{
color: #AAC9F1;
}
</style>
background-color css
<style>
a { background-color: #AAC9F1; }
a { background-color: rgb(170,201,241); }
div.DivClassName
{
background-color: #AAC9F1;
}
.BgClassName
{
background-color: #AAC9F1;
}
</style>
border-color css
<style>
span { border-color: #AAC9F1; }
span { border-color: rgb(170,201,241); }
td.TdClassName
{
border-color: #AAC9F1;
}
.TagClassName
{
border-color: #AAC9F1;
}
</style>