Html Css Color HEX #AACEFD Pale Cornflower Blue
📋 copy color: '#AACEFD'red 170 ◦ green 206 ◦ blue 253
Shades of Pale Cornflower Blue #AACEFD
Tints of Pale Cornflower Blue #AACEFD
RGB
CMYK
RGB Variations
Color information
#AACEFD (or 0xAACEFD) is known color: Pale Cornflower Blue. HEX triplet: AA, CE and FD. RGB value is (170,206,253). Sum of RGB (Red+Green+Blue) = 170+206+253=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #AACEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEFD is #553102. Grayscale: #C8C8C8. Windows color (decimal): -5583107 or 16633514. OLE color: 16633514.
HSL color Cylindrical-coordinate representation of color #AACEFD: hue angle of 213.98º degrees, saturation: 0.95, 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 #AACEFD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 206 | 253 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.01 |
| HSL | 213.98º | 0.95% | 0.83% | - |
| HSV(B) | 213.98º | 0.33% | 0.99% | - |
| XYZ | 56.38 | 59.78 | 101.5 | - |
| YUV | 200.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 253 | 0.33 | 0.19 | 0 | 0.01 | 213.98 | 0.95 | 0.83 |
| Hex | AA | CE | FD | 21 | 13 | 0 | 1 | D6 | 5F | 53 |
| Octal | 252 | 316 | 375 | 41 | 23 | 0 | 1 | 326 | 137 | 123 |
| Binary | 10101010 | 11001110 | 11111101 | 100001 | 10011 | 0 | 1 | 11010110 | 1011111 | 1010011 |
Color Harmonies of #AACEFD
Complementary color
Monochromatic Colors of #AACEFD
Black with #AACEFD
Text Example
Text Example
White with #AACEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEFD; }
p { color: rgb(170,206,253); }
H1.HeaderClassName
{
color: #AACEFD;
}
.AnyTagClassName
{
color: #AACEFD;
}
</style>
background-color css
<style>
a { background-color: #AACEFD; }
a { background-color: rgb(170,206,253); }
div.DivClassName
{
background-color: #AACEFD;
}
.BgClassName
{
background-color: #AACEFD;
}
</style>
border-color css
<style>
span { border-color: #AACEFD; }
span { border-color: rgb(170,206,253); }
td.TdClassName
{
border-color: #AACEFD;
}
.TagClassName
{
border-color: #AACEFD;
}
</style>