Html Css Color HEX #AACEED Pale Cornflower Blue
📋 copy color: '#AACEED'red 170 ◦ green 206 ◦ blue 237
Shades of Pale Cornflower Blue #AACEED
Tints of Pale Cornflower Blue #AACEED
RGB
CMYK
RGB Variations
Color information
#AACEED (or 0xAACEED) is known color: Pale Cornflower Blue. HEX triplet: AA, CE and ED. RGB value is (170,206,237). Sum of RGB (Red+Green+Blue) = 170+206+237=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEED is #553112. Grayscale: #C6C6C6. Windows color (decimal): -5583123 or 15584938. OLE color: 15584938.
HSL color Cylindrical-coordinate representation of color #AACEED: hue angle of 207.76º degrees, saturation: 0.65, 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 #AACEED is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 206 | 237 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.07 |
| HSL | 207.76º | 0.65% | 0.8% | - |
| HSV(B) | 207.76º | 0.28% | 0.93% | - |
| XYZ | 53.93 | 58.8 | 88.63 | - |
| YUV | 198.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 237 | 0.28 | 0.13 | 0 | 0.07 | 207.76 | 0.65 | 0.8 |
| Hex | AA | CE | ED | 1C | D | 0 | 7 | D0 | 41 | 50 |
| Octal | 252 | 316 | 355 | 34 | 15 | 0 | 7 | 320 | 101 | 120 |
| Binary | 10101010 | 11001110 | 11101101 | 11100 | 1101 | 0 | 111 | 11010000 | 1000001 | 1010000 |
Color Harmonies of #AACEED
Complementary color
Monochromatic Colors of #AACEED
Black with #AACEED
Text Example
Text Example
White with #AACEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEED; }
p { color: rgb(170,206,237); }
H1.HeaderClassName
{
color: #AACEED;
}
.AnyTagClassName
{
color: #AACEED;
}
</style>
background-color css
<style>
a { background-color: #AACEED; }
a { background-color: rgb(170,206,237); }
div.DivClassName
{
background-color: #AACEED;
}
.BgClassName
{
background-color: #AACEED;
}
</style>
border-color css
<style>
span { border-color: #AACEED; }
span { border-color: rgb(170,206,237); }
td.TdClassName
{
border-color: #AACEED;
}
.TagClassName
{
border-color: #AACEED;
}
</style>