Html Css Color HEX #AACAF0 Pale Cornflower Blue
📋 copy color: '#AACAF0'red 170 ◦ green 202 ◦ blue 240
Shades of Pale Cornflower Blue #AACAF0
Tints of Pale Cornflower Blue #AACAF0
RGB
CMYK
RGB Variations
Color information
#AACAF0 (or 0xAACAF0) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and F0. RGB value is (170,202,240). Sum of RGB (Red+Green+Blue) = 170+202+240=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #AACAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAF0 is #55350F. Grayscale: #C4C4C4. Windows color (decimal): -5584144 or 15780522. OLE color: 15780522.
HSL color Cylindrical-coordinate representation of color #AACAF0: hue angle of 212.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACAF0 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 202 | 240 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.06 |
| HSL | 212.57º | 0.7% | 0.8% | - |
| HSV(B) | 212.57º | 0.29% | 0.94% | - |
| XYZ | 53.43 | 57.08 | 90.64 | - |
| YUV | 196.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 240 | 0.29 | 0.16 | 0 | 0.06 | 212.57 | 0.7 | 0.8 |
| Hex | AA | CA | F0 | 1D | 10 | 0 | 6 | D5 | 46 | 50 |
| Octal | 252 | 312 | 360 | 35 | 20 | 0 | 6 | 325 | 106 | 120 |
| Binary | 10101010 | 11001010 | 11110000 | 11101 | 10000 | 0 | 110 | 11010101 | 1000110 | 1010000 |
Color Harmonies of #AACAF0
Complementary color
Monochromatic Colors of #AACAF0
Black with #AACAF0
Text Example
Text Example
White with #AACAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAF0; }
p { color: rgb(170,202,240); }
H1.HeaderClassName
{
color: #AACAF0;
}
.AnyTagClassName
{
color: #AACAF0;
}
</style>
background-color css
<style>
a { background-color: #AACAF0; }
a { background-color: rgb(170,202,240); }
div.DivClassName
{
background-color: #AACAF0;
}
.BgClassName
{
background-color: #AACAF0;
}
</style>
border-color css
<style>
span { border-color: #AACAF0; }
span { border-color: rgb(170,202,240); }
td.TdClassName
{
border-color: #AACAF0;
}
.TagClassName
{
border-color: #AACAF0;
}
</style>