Html Css Color HEX #AACCEA Pale Cornflower Blue
📋 copy color: '#AACCEA'red 170 ◦ green 204 ◦ blue 234
Shades of Pale Cornflower Blue #AACCEA
Tints of Pale Cornflower Blue #AACCEA
RGB
CMYK
RGB Variations
Color information
#AACCEA (or 0xAACCEA) is known color: Pale Cornflower Blue. HEX triplet: AA, CC and EA. RGB value is (170,204,234). Sum of RGB (Red+Green+Blue) = 170+204+234=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #AACCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCEA is #553315. Grayscale: #C5C5C5. Windows color (decimal): -5583638 or 15387818. OLE color: 15387818.
HSL color Cylindrical-coordinate representation of color #AACCEA: hue angle of 208.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACCEA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 204 | 234 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.08 |
| HSL | 208.13º | 0.6% | 0.79% | - |
| HSV(B) | 208.13º | 0.27% | 0.92% | - |
| XYZ | 53.02 | 57.67 | 86.18 | - |
| YUV | 197.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 234 | 0.27 | 0.13 | 0 | 0.08 | 208.13 | 0.6 | 0.79 |
| Hex | AA | CC | EA | 1B | D | 0 | 8 | D0 | 3C | 4F |
| Octal | 252 | 314 | 352 | 33 | 15 | 0 | 10 | 320 | 74 | 117 |
| Binary | 10101010 | 11001100 | 11101010 | 11011 | 1101 | 0 | 1000 | 11010000 | 111100 | 1001111 |
Color Harmonies of #AACCEA
Complementary color
Monochromatic Colors of #AACCEA
Black with #AACCEA
Text Example
Text Example
White with #AACCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCEA; }
p { color: rgb(170,204,234); }
H1.HeaderClassName
{
color: #AACCEA;
}
.AnyTagClassName
{
color: #AACCEA;
}
</style>
background-color css
<style>
a { background-color: #AACCEA; }
a { background-color: rgb(170,204,234); }
div.DivClassName
{
background-color: #AACCEA;
}
.BgClassName
{
background-color: #AACCEA;
}
</style>
border-color css
<style>
span { border-color: #AACCEA; }
span { border-color: rgb(170,204,234); }
td.TdClassName
{
border-color: #AACCEA;
}
.TagClassName
{
border-color: #AACCEA;
}
</style>