Html Css Color HEX #AAC9FC Pale Cornflower Blue
📋 copy color: '#AAC9FC'red 170 ◦ green 201 ◦ blue 252
Shades of Pale Cornflower Blue #AAC9FC
Tints of Pale Cornflower Blue #AAC9FC
RGB
CMYK
RGB Variations
Color information
#AAC9FC (or 0xAAC9FC) is known color: Pale Cornflower Blue. HEX triplet: AA, C9 and FC. RGB value is (170,201,252). Sum of RGB (Red+Green+Blue) = 170+201+252=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAC9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9FC is #553603. Grayscale: #C5C5C5. Windows color (decimal): -5584388 or 16566698. OLE color: 16566698.
HSL color Cylindrical-coordinate representation of color #AAC9FC: hue angle of 217.32º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC9FC is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 201 | 252 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.01 |
| HSL | 217.32º | 0.93% | 0.83% | - |
| HSV(B) | 217.32º | 0.33% | 0.99% | - |
| XYZ | 55.03 | 57.35 | 100.26 | - |
| YUV | 197.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 252 | 0.33 | 0.20 | 0 | 0.01 | 217.32 | 0.93 | 0.83 |
| Hex | AA | C9 | FC | 21 | 14 | 0 | 1 | D9 | 5D | 53 |
| Octal | 252 | 311 | 374 | 41 | 24 | 0 | 1 | 331 | 135 | 123 |
| Binary | 10101010 | 11001001 | 11111100 | 100001 | 10100 | 0 | 1 | 11011001 | 1011101 | 1010011 |
Color Harmonies of #AAC9FC
Complementary color
Monochromatic Colors of #AAC9FC
Black with #AAC9FC
Text Example
Text Example
White with #AAC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9FC; }
p { color: rgb(170,201,252); }
H1.HeaderClassName
{
color: #AAC9FC;
}
.AnyTagClassName
{
color: #AAC9FC;
}
</style>
background-color css
<style>
a { background-color: #AAC9FC; }
a { background-color: rgb(170,201,252); }
div.DivClassName
{
background-color: #AAC9FC;
}
.BgClassName
{
background-color: #AAC9FC;
}
</style>
border-color css
<style>
span { border-color: #AAC9FC; }
span { border-color: rgb(170,201,252); }
td.TdClassName
{
border-color: #AAC9FC;
}
.TagClassName
{
border-color: #AAC9FC;
}
</style>