Html Css Color HEX #AED0F7 Pale Cornflower Blue
📋 copy color: '#AED0F7'red 174 ◦ green 208 ◦ blue 247
Shades of Pale Cornflower Blue #AED0F7
Tints of Pale Cornflower Blue #AED0F7
RGB
CMYK
RGB Variations
Color information
#AED0F7 (or 0xAED0F7) is known color: Pale Cornflower Blue. HEX triplet: AE, D0 and F7. RGB value is (174,208,247). Sum of RGB (Red+Green+Blue) = 174+208+247=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #AED0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0F7 is #512F08. Grayscale: #CACACA. Windows color (decimal): -5320457 or 16240814. OLE color: 16240814.
HSL color Cylindrical-coordinate representation of color #AED0F7: hue angle of 212.05º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED0F7 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 208 | 247 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.03 |
| HSL | 212.05º | 0.82% | 0.83% | - |
| HSV(B) | 212.05º | 0.3% | 0.97% | - |
| XYZ | 56.8 | 60.83 | 96.74 | - |
| YUV | 202.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 247 | 0.30 | 0.16 | 0 | 0.03 | 212.05 | 0.82 | 0.83 |
| Hex | AE | D0 | F7 | 1E | 10 | 0 | 3 | D4 | 52 | 53 |
| Octal | 256 | 320 | 367 | 36 | 20 | 0 | 3 | 324 | 122 | 123 |
| Binary | 10101110 | 11010000 | 11110111 | 11110 | 10000 | 0 | 11 | 11010100 | 1010010 | 1010011 |
Color Harmonies of #AED0F7
Complementary color
Monochromatic Colors of #AED0F7
Black with #AED0F7
Text Example
Text Example
White with #AED0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0F7; }
p { color: rgb(174,208,247); }
H1.HeaderClassName
{
color: #AED0F7;
}
.AnyTagClassName
{
color: #AED0F7;
}
</style>
background-color css
<style>
a { background-color: #AED0F7; }
a { background-color: rgb(174,208,247); }
div.DivClassName
{
background-color: #AED0F7;
}
.BgClassName
{
background-color: #AED0F7;
}
</style>
border-color css
<style>
span { border-color: #AED0F7; }
span { border-color: rgb(174,208,247); }
td.TdClassName
{
border-color: #AED0F7;
}
.TagClassName
{
border-color: #AED0F7;
}
</style>