Html Css Color HEX #AED6FA Pale Cornflower Blue
📋 copy color: '#AED6FA'red 174 ◦ green 214 ◦ blue 250
Shades of Pale Cornflower Blue #AED6FA
Tints of Pale Cornflower Blue #AED6FA
RGB
CMYK
RGB Variations
Color information
#AED6FA (or 0xAED6FA) is known color: Pale Cornflower Blue. HEX triplet: AE, D6 and FA. RGB value is (174,214,250). Sum of RGB (Red+Green+Blue) = 174+214+250=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6FA is #512905. Grayscale: #CDCDCD. Windows color (decimal): -5318918 or 16438958. OLE color: 16438958.
HSL color Cylindrical-coordinate representation of color #AED6FA: hue angle of 208.42º 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 #AED6FA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 214 | 250 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.02 |
| HSL | 208.42º | 0.88% | 0.83% | - |
| HSV(B) | 208.42º | 0.3% | 0.98% | - |
| XYZ | 58.76 | 63.99 | 99.7 | - |
| YUV | 206.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 250 | 0.30 | 0.14 | 0 | 0.02 | 208.42 | 0.88 | 0.83 |
| Hex | AE | D6 | FA | 1E | E | 0 | 2 | D0 | 58 | 53 |
| Octal | 256 | 326 | 372 | 36 | 16 | 0 | 2 | 320 | 130 | 123 |
| Binary | 10101110 | 11010110 | 11111010 | 11110 | 1110 | 0 | 10 | 11010000 | 1011000 | 1010011 |
Color Harmonies of #AED6FA
Complementary color
Monochromatic Colors of #AED6FA
Black with #AED6FA
Text Example
Text Example
White with #AED6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6FA; }
p { color: rgb(174,214,250); }
H1.HeaderClassName
{
color: #AED6FA;
}
.AnyTagClassName
{
color: #AED6FA;
}
</style>
background-color css
<style>
a { background-color: #AED6FA; }
a { background-color: rgb(174,214,250); }
div.DivClassName
{
background-color: #AED6FA;
}
.BgClassName
{
background-color: #AED6FA;
}
</style>
border-color css
<style>
span { border-color: #AED6FA; }
span { border-color: rgb(174,214,250); }
td.TdClassName
{
border-color: #AED6FA;
}
.TagClassName
{
border-color: #AED6FA;
}
</style>