Html Css Color HEX #AEDAFA Pale Cornflower Blue
📋 copy color: '#AEDAFA'red 174 ◦ green 218 ◦ blue 250
Shades of Pale Cornflower Blue #AEDAFA
Tints of Pale Cornflower Blue #AEDAFA
RGB
CMYK
RGB Variations
Color information
#AEDAFA (or 0xAEDAFA) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and FA. RGB value is (174,218,250). Sum of RGB (Red+Green+Blue) = 174+218+250=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFA is #512505. Grayscale: #D0D0D0. Windows color (decimal): -5317894 or 16439982. OLE color: 16439982.
HSL color Cylindrical-coordinate representation of color #AEDAFA: hue angle of 205.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDAFA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 218 | 250 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.02 |
| HSL | 205.26º | 0.88% | 0.83% | - |
| HSV(B) | 205.26º | 0.3% | 0.98% | - |
| XYZ | 59.78 | 66.04 | 100.04 | - |
| YUV | 208.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 250 | 0.30 | 0.13 | 0 | 0.02 | 205.26 | 0.88 | 0.83 |
| Hex | AE | DA | FA | 1E | D | 0 | 2 | CD | 58 | 53 |
| Octal | 256 | 332 | 372 | 36 | 15 | 0 | 2 | 315 | 130 | 123 |
| Binary | 10101110 | 11011010 | 11111010 | 11110 | 1101 | 0 | 10 | 11001101 | 1011000 | 1010011 |
Color Harmonies of #AEDAFA
Complementary color
Monochromatic Colors of #AEDAFA
Black with #AEDAFA
Text Example
Text Example
White with #AEDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAFA; }
p { color: rgb(174,218,250); }
H1.HeaderClassName
{
color: #AEDAFA;
}
.AnyTagClassName
{
color: #AEDAFA;
}
</style>
background-color css
<style>
a { background-color: #AEDAFA; }
a { background-color: rgb(174,218,250); }
div.DivClassName
{
background-color: #AEDAFA;
}
.BgClassName
{
background-color: #AEDAFA;
}
</style>
border-color css
<style>
span { border-color: #AEDAFA; }
span { border-color: rgb(174,218,250); }
td.TdClassName
{
border-color: #AEDAFA;
}
.TagClassName
{
border-color: #AEDAFA;
}
</style>