Html Css Color HEX #AED8FF Pale Cornflower Blue
📋 copy color: '#AED8FF'red 174 ◦ green 216 ◦ blue 255
Shades of Pale Cornflower Blue #AED8FF
Tints of Pale Cornflower Blue #AED8FF
RGB
CMYK
RGB Variations
Color information
#AED8FF (or 0xAED8FF) is known color: Pale Cornflower Blue. HEX triplet: AE, D8 and FF. RGB value is (174,216,255). Sum of RGB (Red+Green+Blue) = 174+216+255=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8FF is #512700. Grayscale: #CFCFCF. Windows color (decimal): -5318401 or 16767150. OLE color: 16767150.
HSL color Cylindrical-coordinate representation of color #AED8FF: hue angle of 208.89º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED8FF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 216 | 255 | - |
| CMYK | 0.32 | 0.15 | 0 | 0 |
| HSL | 208.89º | 1% | 0.84% | - |
| HSV(B) | 208.89º | 0.32% | 1% | - |
| XYZ | 60.06 | 65.33 | 104.05 | - |
| YUV | 207.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 255 | 0.32 | 0.15 | 0 | 0 | 208.89 | 1 | 0.84 |
| Hex | AE | D8 | FF | 20 | F | 0 | 0 | D1 | 64 | 54 |
| Octal | 256 | 330 | 377 | 40 | 17 | 0 | 0 | 321 | 144 | 124 |
| Binary | 10101110 | 11011000 | 11111111 | 100000 | 1111 | 0 | 0 | 11010001 | 1100100 | 1010100 |
Color Harmonies of #AED8FF
Complementary color
Monochromatic Colors of #AED8FF
Black with #AED8FF
Text Example
Text Example
White with #AED8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8FF; }
p { color: rgb(174,216,255); }
H1.HeaderClassName
{
color: #AED8FF;
}
.AnyTagClassName
{
color: #AED8FF;
}
</style>
background-color css
<style>
a { background-color: #AED8FF; }
a { background-color: rgb(174,216,255); }
div.DivClassName
{
background-color: #AED8FF;
}
.BgClassName
{
background-color: #AED8FF;
}
</style>
border-color css
<style>
span { border-color: #AED8FF; }
span { border-color: rgb(174,216,255); }
td.TdClassName
{
border-color: #AED8FF;
}
.TagClassName
{
border-color: #AED8FF;
}
</style>