Html Css Color HEX #AED3FF Pale Cornflower Blue
📋 copy color: '#AED3FF'red 174 ◦ green 211 ◦ blue 255
Shades of Pale Cornflower Blue #AED3FF
Tints of Pale Cornflower Blue #AED3FF
RGB
CMYK
RGB Variations
Color information
#AED3FF (or 0xAED3FF) is known color: Pale Cornflower Blue. HEX triplet: AE, D3 and FF. RGB value is (174,211,255). Sum of RGB (Red+Green+Blue) = 174+211+255=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3FF is #512C00. Grayscale: #CCCCCC. Windows color (decimal): -5319681 or 16765870. OLE color: 16765870.
HSL color Cylindrical-coordinate representation of color #AED3FF: hue angle of 212.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED3FF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 211 | 255 | - |
| CMYK | 0.32 | 0.17 | 0 | 0 |
| HSL | 212.59º | 1% | 0.84% | - |
| HSV(B) | 212.59º | 0.32% | 1% | - |
| XYZ | 58.8 | 62.81 | 103.63 | - |
| YUV | 204.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 255 | 0.32 | 0.17 | 0 | 0 | 212.59 | 1 | 0.84 |
| Hex | AE | D3 | FF | 20 | 11 | 0 | 0 | D5 | 64 | 54 |
| Octal | 256 | 323 | 377 | 40 | 21 | 0 | 0 | 325 | 144 | 124 |
| Binary | 10101110 | 11010011 | 11111111 | 100000 | 10001 | 0 | 0 | 11010101 | 1100100 | 1010100 |
Color Harmonies of #AED3FF
Complementary color
Monochromatic Colors of #AED3FF
Black with #AED3FF
Text Example
Text Example
White with #AED3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3FF; }
p { color: rgb(174,211,255); }
H1.HeaderClassName
{
color: #AED3FF;
}
.AnyTagClassName
{
color: #AED3FF;
}
</style>
background-color css
<style>
a { background-color: #AED3FF; }
a { background-color: rgb(174,211,255); }
div.DivClassName
{
background-color: #AED3FF;
}
.BgClassName
{
background-color: #AED3FF;
}
</style>
border-color css
<style>
span { border-color: #AED3FF; }
span { border-color: rgb(174,211,255); }
td.TdClassName
{
border-color: #AED3FF;
}
.TagClassName
{
border-color: #AED3FF;
}
</style>