Html Css Color HEX #AACAFA Pale Cornflower Blue
📋 copy color: '#AACAFA'red 170 ◦ green 202 ◦ blue 250
Shades of Pale Cornflower Blue #AACAFA
Tints of Pale Cornflower Blue #AACAFA
RGB
CMYK
RGB Variations
Color information
#AACAFA (or 0xAACAFA) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and FA. RGB value is (170,202,250). Sum of RGB (Red+Green+Blue) = 170+202+250=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #AACAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAFA is #553505. Grayscale: #C5C5C5. Windows color (decimal): -5584134 or 16435882. OLE color: 16435882.
HSL color Cylindrical-coordinate representation of color #AACAFA: hue angle of 216º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACAFA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 202 | 250 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.02 |
| HSL | 216º | 0.89% | 0.82% | - |
| HSV(B) | 216º | 0.32% | 0.98% | - |
| XYZ | 54.95 | 57.69 | 98.68 | - |
| YUV | 197.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 250 | 0.32 | 0.19 | 0 | 0.02 | 216 | 0.89 | 0.82 |
| Hex | AA | CA | FA | 20 | 13 | 0 | 2 | D8 | 59 | 52 |
| Octal | 252 | 312 | 372 | 40 | 23 | 0 | 2 | 330 | 131 | 122 |
| Binary | 10101010 | 11001010 | 11111010 | 100000 | 10011 | 0 | 10 | 11011000 | 1011001 | 1010010 |
Color Harmonies of #AACAFA
Complementary color
Monochromatic Colors of #AACAFA
Black with #AACAFA
Text Example
Text Example
White with #AACAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAFA; }
p { color: rgb(170,202,250); }
H1.HeaderClassName
{
color: #AACAFA;
}
.AnyTagClassName
{
color: #AACAFA;
}
</style>
background-color css
<style>
a { background-color: #AACAFA; }
a { background-color: rgb(170,202,250); }
div.DivClassName
{
background-color: #AACAFA;
}
.BgClassName
{
background-color: #AACAFA;
}
</style>
border-color css
<style>
span { border-color: #AACAFA; }
span { border-color: rgb(170,202,250); }
td.TdClassName
{
border-color: #AACAFA;
}
.TagClassName
{
border-color: #AACAFA;
}
</style>