Html Css Color HEX #AEDAFE Pale Cornflower Blue
📋 copy color: '#AEDAFE'red 174 ◦ green 218 ◦ blue 254
Shades of Pale Cornflower Blue #AEDAFE
Tints of Pale Cornflower Blue #AEDAFE
RGB
CMYK
RGB Variations
Color information
#AEDAFE (or 0xAEDAFE) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and FE. RGB value is (174,218,254). Sum of RGB (Red+Green+Blue) = 174+218+254=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFE is #512501. Grayscale: #D0D0D0. Windows color (decimal): -5317890 or 16702126. OLE color: 16702126.
HSL color Cylindrical-coordinate representation of color #AEDAFE: hue angle of 207º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDAFE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 218 | 254 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.00 |
| HSL | 207º | 0.98% | 0.84% | - |
| HSV(B) | 207º | 0.31% | 1% | - |
| XYZ | 60.42 | 66.3 | 103.38 | - |
| YUV | 208.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 254 | 0.31 | 0.14 | 0 | 0.00 | 207 | 0.98 | 0.84 |
| Hex | AE | DA | FE | 1F | E | 0 | 0 | CF | 62 | 54 |
| Octal | 256 | 332 | 376 | 37 | 16 | 0 | 0 | 317 | 142 | 124 |
| Binary | 10101110 | 11011010 | 11111110 | 11111 | 1110 | 0 | 0 | 11001111 | 1100010 | 1010100 |
Color Harmonies of #AEDAFE
Complementary color
Monochromatic Colors of #AEDAFE
Black with #AEDAFE
Text Example
Text Example
White with #AEDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAFE; }
p { color: rgb(174,218,254); }
H1.HeaderClassName
{
color: #AEDAFE;
}
.AnyTagClassName
{
color: #AEDAFE;
}
</style>
background-color css
<style>
a { background-color: #AEDAFE; }
a { background-color: rgb(174,218,254); }
div.DivClassName
{
background-color: #AEDAFE;
}
.BgClassName
{
background-color: #AEDAFE;
}
</style>
border-color css
<style>
span { border-color: #AEDAFE; }
span { border-color: rgb(174,218,254); }
td.TdClassName
{
border-color: #AEDAFE;
}
.TagClassName
{
border-color: #AEDAFE;
}
</style>