Html Css Color HEX #AAC9FB Pale Cornflower Blue
📋 copy color: '#AAC9FB'red 170 ◦ green 201 ◦ blue 251
Shades of Pale Cornflower Blue #AAC9FB
Tints of Pale Cornflower Blue #AAC9FB
RGB
CMYK
RGB Variations
Color information
#AAC9FB (or 0xAAC9FB) is known color: Pale Cornflower Blue. HEX triplet: AA, C9 and FB. RGB value is (170,201,251). Sum of RGB (Red+Green+Blue) = 170+201+251=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAC9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9FB is #553604. Grayscale: #C5C5C5. Windows color (decimal): -5584389 or 16501162. OLE color: 16501162.
HSL color Cylindrical-coordinate representation of color #AAC9FB: hue angle of 217.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC9FB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 201 | 251 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.02 |
| HSL | 217.04º | 0.91% | 0.83% | - |
| HSV(B) | 217.04º | 0.32% | 0.98% | - |
| XYZ | 54.88 | 57.28 | 99.43 | - |
| YUV | 197.43 | 158.23 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 251 | 0.32 | 0.20 | 0 | 0.02 | 217.04 | 0.91 | 0.83 |
| Hex | AA | C9 | FB | 20 | 14 | 0 | 2 | D9 | 5B | 53 |
| Octal | 252 | 311 | 373 | 40 | 24 | 0 | 2 | 331 | 133 | 123 |
| Binary | 10101010 | 11001001 | 11111011 | 100000 | 10100 | 0 | 10 | 11011001 | 1011011 | 1010011 |
Color Harmonies of #AAC9FB
Complementary color
Monochromatic Colors of #AAC9FB
Black with #AAC9FB
Text Example
Text Example
White with #AAC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9FB; }
p { color: rgb(170,201,251); }
H1.HeaderClassName
{
color: #AAC9FB;
}
.AnyTagClassName
{
color: #AAC9FB;
}
</style>
background-color css
<style>
a { background-color: #AAC9FB; }
a { background-color: rgb(170,201,251); }
div.DivClassName
{
background-color: #AAC9FB;
}
.BgClassName
{
background-color: #AAC9FB;
}
</style>
border-color css
<style>
span { border-color: #AAC9FB; }
span { border-color: rgb(170,201,251); }
td.TdClassName
{
border-color: #AAC9FB;
}
.TagClassName
{
border-color: #AAC9FB;
}
</style>