Html Css Color HEX #AED4F1 Pale Cornflower Blue
📋 copy color: '#AED4F1'red 174 ◦ green 212 ◦ blue 241
Shades of Pale Cornflower Blue #AED4F1
Tints of Pale Cornflower Blue #AED4F1
RGB
CMYK
RGB Variations
Color information
#AED4F1 (or 0xAED4F1) is known color: Pale Cornflower Blue. HEX triplet: AE, D4 and F1. RGB value is (174,212,241). Sum of RGB (Red+Green+Blue) = 174+212+241=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #AED4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4F1 is #512B0E. Grayscale: #CBCBCB. Windows color (decimal): -5319439 or 15848622. OLE color: 15848622.
HSL color Cylindrical-coordinate representation of color #AED4F1: hue angle of 205.97º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED4F1 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 212 | 241 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.05 |
| HSL | 205.97º | 0.71% | 0.81% | - |
| HSV(B) | 205.97º | 0.28% | 0.95% | - |
| XYZ | 56.88 | 62.44 | 92.27 | - |
| YUV | 203.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 241 | 0.28 | 0.12 | 0 | 0.05 | 205.97 | 0.71 | 0.81 |
| Hex | AE | D4 | F1 | 1C | C | 0 | 5 | CE | 47 | 51 |
| Octal | 256 | 324 | 361 | 34 | 14 | 0 | 5 | 316 | 107 | 121 |
| Binary | 10101110 | 11010100 | 11110001 | 11100 | 1100 | 0 | 101 | 11001110 | 1000111 | 1010001 |
Color Harmonies of #AED4F1
Complementary color
Monochromatic Colors of #AED4F1
Black with #AED4F1
Text Example
Text Example
White with #AED4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4F1; }
p { color: rgb(174,212,241); }
H1.HeaderClassName
{
color: #AED4F1;
}
.AnyTagClassName
{
color: #AED4F1;
}
</style>
background-color css
<style>
a { background-color: #AED4F1; }
a { background-color: rgb(174,212,241); }
div.DivClassName
{
background-color: #AED4F1;
}
.BgClassName
{
background-color: #AED4F1;
}
</style>
border-color css
<style>
span { border-color: #AED4F1; }
span { border-color: rgb(174,212,241); }
td.TdClassName
{
border-color: #AED4F1;
}
.TagClassName
{
border-color: #AED4F1;
}
</style>