Html Css Color HEX #AED1ED Pale Cornflower Blue
📋 copy color: '#AED1ED'red 174 ◦ green 209 ◦ blue 237
Shades of Pale Cornflower Blue #AED1ED
Tints of Pale Cornflower Blue #AED1ED
RGB
CMYK
RGB Variations
Color information
#AED1ED (or 0xAED1ED) is known color: Pale Cornflower Blue. HEX triplet: AE, D1 and ED. RGB value is (174,209,237). Sum of RGB (Red+Green+Blue) = 174+209+237=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1ED is #512E12. Grayscale: #C9C9C9. Windows color (decimal): -5320211 or 15585710. OLE color: 15585710.
HSL color Cylindrical-coordinate representation of color #AED1ED: hue angle of 206.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED1ED is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 209 | 237 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.07 |
| HSL | 206.67º | 0.64% | 0.81% | - |
| HSV(B) | 206.67º | 0.27% | 0.93% | - |
| XYZ | 55.54 | 60.71 | 88.91 | - |
| YUV | 201.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 237 | 0.27 | 0.12 | 0 | 0.07 | 206.67 | 0.64 | 0.81 |
| Hex | AE | D1 | ED | 1B | C | 0 | 7 | CF | 40 | 51 |
| Octal | 256 | 321 | 355 | 33 | 14 | 0 | 7 | 317 | 100 | 121 |
| Binary | 10101110 | 11010001 | 11101101 | 11011 | 1100 | 0 | 111 | 11001111 | 1000000 | 1010001 |
Color Harmonies of #AED1ED
Complementary color
Monochromatic Colors of #AED1ED
Black with #AED1ED
Text Example
Text Example
White with #AED1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1ED; }
p { color: rgb(174,209,237); }
H1.HeaderClassName
{
color: #AED1ED;
}
.AnyTagClassName
{
color: #AED1ED;
}
</style>
background-color css
<style>
a { background-color: #AED1ED; }
a { background-color: rgb(174,209,237); }
div.DivClassName
{
background-color: #AED1ED;
}
.BgClassName
{
background-color: #AED1ED;
}
</style>
border-color css
<style>
span { border-color: #AED1ED; }
span { border-color: rgb(174,209,237); }
td.TdClassName
{
border-color: #AED1ED;
}
.TagClassName
{
border-color: #AED1ED;
}
</style>