Html Css Color HEX #AED4F6 Pale Cornflower Blue
📋 copy color: '#AED4F6'red 174 ◦ green 212 ◦ blue 246
Shades of Pale Cornflower Blue #AED4F6
Tints of Pale Cornflower Blue #AED4F6
RGB
CMYK
RGB Variations
Color information
#AED4F6 (or 0xAED4F6) is known color: Pale Cornflower Blue. HEX triplet: AE, D4 and F6. RGB value is (174,212,246). Sum of RGB (Red+Green+Blue) = 174+212+246=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #AED4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4F6 is #512B09. Grayscale: #CCCCCC. Windows color (decimal): -5319434 or 16176302. OLE color: 16176302.
HSL color Cylindrical-coordinate representation of color #AED4F6: hue angle of 208.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED4F6 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 212 | 246 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.04 |
| HSL | 208.33º | 0.8% | 0.82% | - |
| HSV(B) | 208.33º | 0.29% | 0.96% | - |
| XYZ | 57.63 | 62.74 | 96.26 | - |
| YUV | 204.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 246 | 0.29 | 0.14 | 0 | 0.04 | 208.33 | 0.8 | 0.82 |
| Hex | AE | D4 | F6 | 1D | E | 0 | 4 | D0 | 50 | 52 |
| Octal | 256 | 324 | 366 | 35 | 16 | 0 | 4 | 320 | 120 | 122 |
| Binary | 10101110 | 11010100 | 11110110 | 11101 | 1110 | 0 | 100 | 11010000 | 1010000 | 1010010 |
Color Harmonies of #AED4F6
Complementary color
Monochromatic Colors of #AED4F6
Black with #AED4F6
Text Example
Text Example
White with #AED4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4F6; }
p { color: rgb(174,212,246); }
H1.HeaderClassName
{
color: #AED4F6;
}
.AnyTagClassName
{
color: #AED4F6;
}
</style>
background-color css
<style>
a { background-color: #AED4F6; }
a { background-color: rgb(174,212,246); }
div.DivClassName
{
background-color: #AED4F6;
}
.BgClassName
{
background-color: #AED4F6;
}
</style>
border-color css
<style>
span { border-color: #AED4F6; }
span { border-color: rgb(174,212,246); }
td.TdClassName
{
border-color: #AED4F6;
}
.TagClassName
{
border-color: #AED4F6;
}
</style>