Html Css Color HEX #AED1EC Pale Cornflower Blue
📋 copy color: '#AED1EC'red 174 ◦ green 209 ◦ blue 236
Shades of Pale Cornflower Blue #AED1EC
Tints of Pale Cornflower Blue #AED1EC
RGB
CMYK
RGB Variations
Color information
#AED1EC (or 0xAED1EC) is known color: Pale Cornflower Blue. HEX triplet: AE, D1 and EC. RGB value is (174,209,236). Sum of RGB (Red+Green+Blue) = 174+209+236=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1EC is #512E13. Grayscale: #C9C9C9. Windows color (decimal): -5320212 or 15520174. OLE color: 15520174.
HSL color Cylindrical-coordinate representation of color #AED1EC: hue angle of 206.13º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED1EC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 209 | 236 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.07 |
| HSL | 206.13º | 0.62% | 0.8% | - |
| HSV(B) | 206.13º | 0.26% | 0.93% | - |
| XYZ | 55.4 | 60.66 | 88.14 | - |
| YUV | 201.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 236 | 0.26 | 0.11 | 0 | 0.07 | 206.13 | 0.62 | 0.8 |
| Hex | AE | D1 | EC | 1A | B | 0 | 7 | CE | 3E | 50 |
| Octal | 256 | 321 | 354 | 32 | 13 | 0 | 7 | 316 | 76 | 120 |
| Binary | 10101110 | 11010001 | 11101100 | 11010 | 1011 | 0 | 111 | 11001110 | 111110 | 1010000 |
Color Harmonies of #AED1EC
Complementary color
Monochromatic Colors of #AED1EC
Black with #AED1EC
Text Example
Text Example
White with #AED1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1EC; }
p { color: rgb(174,209,236); }
H1.HeaderClassName
{
color: #AED1EC;
}
.AnyTagClassName
{
color: #AED1EC;
}
</style>
background-color css
<style>
a { background-color: #AED1EC; }
a { background-color: rgb(174,209,236); }
div.DivClassName
{
background-color: #AED1EC;
}
.BgClassName
{
background-color: #AED1EC;
}
</style>
border-color css
<style>
span { border-color: #AED1EC; }
span { border-color: rgb(174,209,236); }
td.TdClassName
{
border-color: #AED1EC;
}
.TagClassName
{
border-color: #AED1EC;
}
</style>