Html Css Color HEX #AED0FF Pale Cornflower Blue
📋 copy color: '#AED0FF'red 174 ◦ green 208 ◦ blue 255
Shades of Pale Cornflower Blue #AED0FF
Tints of Pale Cornflower Blue #AED0FF
RGB
CMYK
RGB Variations
Color information
#AED0FF (or 0xAED0FF) is known color: Pale Cornflower Blue. HEX triplet: AE, D0 and FF. RGB value is (174,208,255). Sum of RGB (Red+Green+Blue) = 174+208+255=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0FF is #512F00. Grayscale: #CACACA. Windows color (decimal): -5320449 or 16765102. OLE color: 16765102.
HSL color Cylindrical-coordinate representation of color #AED0FF: hue angle of 214.81º 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 #AED0FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 208 | 255 | - |
| CMYK | 0.32 | 0.18 | 0 | 0 |
| HSL | 214.81º | 1% | 0.84% | - |
| HSV(B) | 214.81º | 0.32% | 1% | - |
| XYZ | 58.06 | 61.33 | 103.39 | - |
| YUV | 203.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 255 | 0.32 | 0.18 | 0 | 0 | 214.81 | 1 | 0.84 |
| Hex | AE | D0 | FF | 20 | 12 | 0 | 0 | D7 | 64 | 54 |
| Octal | 256 | 320 | 377 | 40 | 22 | 0 | 0 | 327 | 144 | 124 |
| Binary | 10101110 | 11010000 | 11111111 | 100000 | 10010 | 0 | 0 | 11010111 | 1100100 | 1010100 |
Color Harmonies of #AED0FF
Complementary color
Monochromatic Colors of #AED0FF
Black with #AED0FF
Text Example
Text Example
White with #AED0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0FF; }
p { color: rgb(174,208,255); }
H1.HeaderClassName
{
color: #AED0FF;
}
.AnyTagClassName
{
color: #AED0FF;
}
</style>
background-color css
<style>
a { background-color: #AED0FF; }
a { background-color: rgb(174,208,255); }
div.DivClassName
{
background-color: #AED0FF;
}
.BgClassName
{
background-color: #AED0FF;
}
</style>
border-color css
<style>
span { border-color: #AED0FF; }
span { border-color: rgb(174,208,255); }
td.TdClassName
{
border-color: #AED0FF;
}
.TagClassName
{
border-color: #AED0FF;
}
</style>