Html Css Color HEX #AEDAF8 Pale Cornflower Blue
📋 copy color: '#AEDAF8'red 174 ◦ green 218 ◦ blue 248
Shades of Pale Cornflower Blue #AEDAF8
Tints of Pale Cornflower Blue #AEDAF8
RGB
CMYK
RGB Variations
Color information
#AEDAF8 (or 0xAEDAF8) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and F8. RGB value is (174,218,248). Sum of RGB (Red+Green+Blue) = 174+218+248=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEDAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF8 is #512507. Grayscale: #D0D0D0. Windows color (decimal): -5317896 or 16308910. OLE color: 16308910.
HSL color Cylindrical-coordinate representation of color #AEDAF8: hue angle of 204.32º degrees, saturation: 0.84, 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 #AEDAF8 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 218 | 248 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.03 |
| HSL | 204.32º | 0.84% | 0.83% | - |
| HSV(B) | 204.32º | 0.3% | 0.97% | - |
| XYZ | 59.47 | 65.92 | 98.4 | - |
| YUV | 208.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 248 | 0.30 | 0.12 | 0 | 0.03 | 204.32 | 0.84 | 0.83 |
| Hex | AE | DA | F8 | 1E | C | 0 | 3 | CC | 54 | 53 |
| Octal | 256 | 332 | 370 | 36 | 14 | 0 | 3 | 314 | 124 | 123 |
| Binary | 10101110 | 11011010 | 11111000 | 11110 | 1100 | 0 | 11 | 11001100 | 1010100 | 1010011 |
Color Harmonies of #AEDAF8
Complementary color
Monochromatic Colors of #AEDAF8
Black with #AEDAF8
Text Example
Text Example
White with #AEDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAF8; }
p { color: rgb(174,218,248); }
H1.HeaderClassName
{
color: #AEDAF8;
}
.AnyTagClassName
{
color: #AEDAF8;
}
</style>
background-color css
<style>
a { background-color: #AEDAF8; }
a { background-color: rgb(174,218,248); }
div.DivClassName
{
background-color: #AEDAF8;
}
.BgClassName
{
background-color: #AEDAF8;
}
</style>
border-color css
<style>
span { border-color: #AEDAF8; }
span { border-color: rgb(174,218,248); }
td.TdClassName
{
border-color: #AEDAF8;
}
.TagClassName
{
border-color: #AEDAF8;
}
</style>