Html Css Color HEX #AEDAFF Pale Cornflower Blue
📋 copy color: '#AEDAFF'red 174 ◦ green 218 ◦ blue 255
Shades of Pale Cornflower Blue #AEDAFF
Tints of Pale Cornflower Blue #AEDAFF
RGB
CMYK
RGB Variations
Color information
#AEDAFF (or 0xAEDAFF) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and FF. RGB value is (174,218,255). Sum of RGB (Red+Green+Blue) = 174+218+255=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFF is #512500. Grayscale: #D0D0D0. Windows color (decimal): -5317889 or 16767662. OLE color: 16767662.
HSL color Cylindrical-coordinate representation of color #AEDAFF: hue angle of 207.41º 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 #AEDAFF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 218 | 255 | - |
| CMYK | 0.32 | 0.15 | 0 | 0 |
| HSL | 207.41º | 1% | 0.84% | - |
| HSV(B) | 207.41º | 0.32% | 1% | - |
| XYZ | 60.58 | 66.36 | 104.22 | - |
| YUV | 209.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 255 | 0.32 | 0.15 | 0 | 0 | 207.41 | 1 | 0.84 |
| Hex | AE | DA | FF | 20 | F | 0 | 0 | CF | 64 | 54 |
| Octal | 256 | 332 | 377 | 40 | 17 | 0 | 0 | 317 | 144 | 124 |
| Binary | 10101110 | 11011010 | 11111111 | 100000 | 1111 | 0 | 0 | 11001111 | 1100100 | 1010100 |
Color Harmonies of #AEDAFF
Complementary color
Monochromatic Colors of #AEDAFF
Black with #AEDAFF
Text Example
Text Example
White with #AEDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAFF; }
p { color: rgb(174,218,255); }
H1.HeaderClassName
{
color: #AEDAFF;
}
.AnyTagClassName
{
color: #AEDAFF;
}
</style>
background-color css
<style>
a { background-color: #AEDAFF; }
a { background-color: rgb(174,218,255); }
div.DivClassName
{
background-color: #AEDAFF;
}
.BgClassName
{
background-color: #AEDAFF;
}
</style>
border-color css
<style>
span { border-color: #AEDAFF; }
span { border-color: rgb(174,218,255); }
td.TdClassName
{
border-color: #AEDAFF;
}
.TagClassName
{
border-color: #AEDAFF;
}
</style>