Html Css Color HEX #AACAEC Pale Cornflower Blue
📋 copy color: '#AACAEC'red 170 ◦ green 202 ◦ blue 236
Shades of Pale Cornflower Blue #AACAEC
Tints of Pale Cornflower Blue #AACAEC
RGB
CMYK
RGB Variations
Color information
#AACAEC (or 0xAACAEC) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and EC. RGB value is (170,202,236). Sum of RGB (Red+Green+Blue) = 170+202+236=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #AACAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAEC is #553513. Grayscale: #C4C4C4. Windows color (decimal): -5584148 or 15518378. OLE color: 15518378.
HSL color Cylindrical-coordinate representation of color #AACAEC: hue angle of 210.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACAEC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 202 | 236 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.07 |
| HSL | 210.91º | 0.63% | 0.8% | - |
| HSV(B) | 210.91º | 0.28% | 0.93% | - |
| XYZ | 52.84 | 56.84 | 87.54 | - |
| YUV | 196.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 236 | 0.28 | 0.14 | 0 | 0.07 | 210.91 | 0.63 | 0.8 |
| Hex | AA | CA | EC | 1C | E | 0 | 7 | D3 | 3F | 50 |
| Octal | 252 | 312 | 354 | 34 | 16 | 0 | 7 | 323 | 77 | 120 |
| Binary | 10101010 | 11001010 | 11101100 | 11100 | 1110 | 0 | 111 | 11010011 | 111111 | 1010000 |
Color Harmonies of #AACAEC
Complementary color
Monochromatic Colors of #AACAEC
Black with #AACAEC
Text Example
Text Example
White with #AACAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAEC; }
p { color: rgb(170,202,236); }
H1.HeaderClassName
{
color: #AACAEC;
}
.AnyTagClassName
{
color: #AACAEC;
}
</style>
background-color css
<style>
a { background-color: #AACAEC; }
a { background-color: rgb(170,202,236); }
div.DivClassName
{
background-color: #AACAEC;
}
.BgClassName
{
background-color: #AACAEC;
}
</style>
border-color css
<style>
span { border-color: #AACAEC; }
span { border-color: rgb(170,202,236); }
td.TdClassName
{
border-color: #AACAEC;
}
.TagClassName
{
border-color: #AACAEC;
}
</style>