Html Css Color HEX #AAC9F2 Pale Cornflower Blue
📋 copy color: '#AAC9F2'red 170 ◦ green 201 ◦ blue 242
Shades of Pale Cornflower Blue #AAC9F2
Tints of Pale Cornflower Blue #AAC9F2
RGB
CMYK
RGB Variations
Color information
#AAC9F2 (or 0xAAC9F2) is known color: Pale Cornflower Blue. HEX triplet: AA, C9 and F2. RGB value is (170,201,242). Sum of RGB (Red+Green+Blue) = 170+201+242=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAC9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9F2 is #55360D. Grayscale: #C4C4C4. Windows color (decimal): -5584398 or 15911338. OLE color: 15911338.
HSL color Cylindrical-coordinate representation of color #AAC9F2: hue angle of 214.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC9F2 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 201 | 242 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.05 |
| HSL | 214.17º | 0.73% | 0.81% | - |
| HSV(B) | 214.17º | 0.3% | 0.95% | - |
| XYZ | 53.49 | 56.73 | 92.14 | - |
| YUV | 196.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 242 | 0.30 | 0.17 | 0 | 0.05 | 214.17 | 0.73 | 0.81 |
| Hex | AA | C9 | F2 | 1E | 11 | 0 | 5 | D6 | 49 | 51 |
| Octal | 252 | 311 | 362 | 36 | 21 | 0 | 5 | 326 | 111 | 121 |
| Binary | 10101010 | 11001001 | 11110010 | 11110 | 10001 | 0 | 101 | 11010110 | 1001001 | 1010001 |
Color Harmonies of #AAC9F2
Complementary color
Monochromatic Colors of #AAC9F2
Black with #AAC9F2
Text Example
Text Example
White with #AAC9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9F2; }
p { color: rgb(170,201,242); }
H1.HeaderClassName
{
color: #AAC9F2;
}
.AnyTagClassName
{
color: #AAC9F2;
}
</style>
background-color css
<style>
a { background-color: #AAC9F2; }
a { background-color: rgb(170,201,242); }
div.DivClassName
{
background-color: #AAC9F2;
}
.BgClassName
{
background-color: #AAC9F2;
}
</style>
border-color css
<style>
span { border-color: #AAC9F2; }
span { border-color: rgb(170,201,242); }
td.TdClassName
{
border-color: #AAC9F2;
}
.TagClassName
{
border-color: #AAC9F2;
}
</style>