Html Css Color HEX #AACAF2 Pale Cornflower Blue
📋 copy color: '#AACAF2'red 170 ◦ green 202 ◦ blue 242
Shades of Pale Cornflower Blue #AACAF2
Tints of Pale Cornflower Blue #AACAF2
RGB
CMYK
RGB Variations
Color information
#AACAF2 (or 0xAACAF2) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and F2. RGB value is (170,202,242). Sum of RGB (Red+Green+Blue) = 170+202+242=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #AACAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAF2 is #55350D. Grayscale: #C4C4C4. Windows color (decimal): -5584142 or 15911594. OLE color: 15911594.
HSL color Cylindrical-coordinate representation of color #AACAF2: hue angle of 213.33º 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 #AACAF2 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 202 | 242 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.05 |
| HSL | 213.33º | 0.73% | 0.81% | - |
| HSV(B) | 213.33º | 0.3% | 0.95% | - |
| XYZ | 53.73 | 57.2 | 92.21 | - |
| YUV | 196.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 242 | 0.30 | 0.17 | 0 | 0.05 | 213.33 | 0.73 | 0.81 |
| Hex | AA | CA | F2 | 1E | 11 | 0 | 5 | D5 | 49 | 51 |
| Octal | 252 | 312 | 362 | 36 | 21 | 0 | 5 | 325 | 111 | 121 |
| Binary | 10101010 | 11001010 | 11110010 | 11110 | 10001 | 0 | 101 | 11010101 | 1001001 | 1010001 |
Color Harmonies of #AACAF2
Complementary color
Monochromatic Colors of #AACAF2
Black with #AACAF2
Text Example
Text Example
White with #AACAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAF2; }
p { color: rgb(170,202,242); }
H1.HeaderClassName
{
color: #AACAF2;
}
.AnyTagClassName
{
color: #AACAF2;
}
</style>
background-color css
<style>
a { background-color: #AACAF2; }
a { background-color: rgb(170,202,242); }
div.DivClassName
{
background-color: #AACAF2;
}
.BgClassName
{
background-color: #AACAF2;
}
</style>
border-color css
<style>
span { border-color: #AACAF2; }
span { border-color: rgb(170,202,242); }
td.TdClassName
{
border-color: #AACAF2;
}
.TagClassName
{
border-color: #AACAF2;
}
</style>