Html Css Color HEX #AED0F0 Pale Cornflower Blue
📋 copy color: '#AED0F0'red 174 ◦ green 208 ◦ blue 240
Shades of Pale Cornflower Blue #AED0F0
Tints of Pale Cornflower Blue #AED0F0
RGB
CMYK
RGB Variations
Color information
#AED0F0 (or 0xAED0F0) is known color: Pale Cornflower Blue. HEX triplet: AE, D0 and F0. RGB value is (174,208,240). Sum of RGB (Red+Green+Blue) = 174+208+240=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #AED0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0F0 is #512F0F. Grayscale: #C9C9C9. Windows color (decimal): -5320464 or 15782062. OLE color: 15782062.
HSL color Cylindrical-coordinate representation of color #AED0F0: hue angle of 209.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED0F0 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 208 | 240 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.06 |
| HSL | 209.09º | 0.69% | 0.81% | - |
| HSV(B) | 209.09º | 0.28% | 0.94% | - |
| XYZ | 55.74 | 60.4 | 91.16 | - |
| YUV | 201.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 240 | 0.28 | 0.13 | 0 | 0.06 | 209.09 | 0.69 | 0.81 |
| Hex | AE | D0 | F0 | 1C | D | 0 | 6 | D1 | 45 | 51 |
| Octal | 256 | 320 | 360 | 34 | 15 | 0 | 6 | 321 | 105 | 121 |
| Binary | 10101110 | 11010000 | 11110000 | 11100 | 1101 | 0 | 110 | 11010001 | 1000101 | 1010001 |
Color Harmonies of #AED0F0
Complementary color
Monochromatic Colors of #AED0F0
Black with #AED0F0
Text Example
Text Example
White with #AED0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0F0; }
p { color: rgb(174,208,240); }
H1.HeaderClassName
{
color: #AED0F0;
}
.AnyTagClassName
{
color: #AED0F0;
}
</style>
background-color css
<style>
a { background-color: #AED0F0; }
a { background-color: rgb(174,208,240); }
div.DivClassName
{
background-color: #AED0F0;
}
.BgClassName
{
background-color: #AED0F0;
}
</style>
border-color css
<style>
span { border-color: #AED0F0; }
span { border-color: rgb(174,208,240); }
td.TdClassName
{
border-color: #AED0F0;
}
.TagClassName
{
border-color: #AED0F0;
}
</style>