Html Css Color HEX #AACAFC Pale Cornflower Blue
📋 copy color: '#AACAFC'red 170 ◦ green 202 ◦ blue 252
Shades of Pale Cornflower Blue #AACAFC
Tints of Pale Cornflower Blue #AACAFC
RGB
CMYK
RGB Variations
Color information
#AACAFC (or 0xAACAFC) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and FC. RGB value is (170,202,252). Sum of RGB (Red+Green+Blue) = 170+202+252=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #AACAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAFC is #553503. Grayscale: #C5C5C5. Windows color (decimal): -5584132 or 16566954. OLE color: 16566954.
HSL color Cylindrical-coordinate representation of color #AACAFC: hue angle of 216.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACAFC is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 202 | 252 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.01 |
| HSL | 216.59º | 0.93% | 0.83% | - |
| HSV(B) | 216.59º | 0.33% | 0.99% | - |
| XYZ | 55.27 | 57.82 | 100.34 | - |
| YUV | 198.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 252 | 0.33 | 0.20 | 0 | 0.01 | 216.59 | 0.93 | 0.83 |
| Hex | AA | CA | FC | 21 | 14 | 0 | 1 | D9 | 5D | 53 |
| Octal | 252 | 312 | 374 | 41 | 24 | 0 | 1 | 331 | 135 | 123 |
| Binary | 10101010 | 11001010 | 11111100 | 100001 | 10100 | 0 | 1 | 11011001 | 1011101 | 1010011 |
Color Harmonies of #AACAFC
Complementary color
Monochromatic Colors of #AACAFC
Black with #AACAFC
Text Example
Text Example
White with #AACAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAFC; }
p { color: rgb(170,202,252); }
H1.HeaderClassName
{
color: #AACAFC;
}
.AnyTagClassName
{
color: #AACAFC;
}
</style>
background-color css
<style>
a { background-color: #AACAFC; }
a { background-color: rgb(170,202,252); }
div.DivClassName
{
background-color: #AACAFC;
}
.BgClassName
{
background-color: #AACAFC;
}
</style>
border-color css
<style>
span { border-color: #AACAFC; }
span { border-color: rgb(170,202,252); }
td.TdClassName
{
border-color: #AACAFC;
}
.TagClassName
{
border-color: #AACAFC;
}
</style>