Html Css Color HEX #AED1FE Pale Cornflower Blue
📋 copy color: '#AED1FE'red 174 ◦ green 209 ◦ blue 254
Shades of Pale Cornflower Blue #AED1FE
Tints of Pale Cornflower Blue #AED1FE
RGB
CMYK
RGB Variations
Color information
#AED1FE (or 0xAED1FE) is known color: Pale Cornflower Blue. HEX triplet: AE, D1 and FE. RGB value is (174,209,254). Sum of RGB (Red+Green+Blue) = 174+209+254=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #AED1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1FE is #512E01. Grayscale: #CBCBCB. Windows color (decimal): -5320194 or 16699822. OLE color: 16699822.
HSL color Cylindrical-coordinate representation of color #AED1FE: hue angle of 213.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED1FE is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 209 | 254 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.00 |
| HSL | 213.75º | 0.98% | 0.84% | - |
| HSV(B) | 213.75º | 0.31% | 1% | - |
| XYZ | 58.15 | 61.76 | 102.62 | - |
| YUV | 203.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 254 | 0.31 | 0.18 | 0 | 0.00 | 213.75 | 0.98 | 0.84 |
| Hex | AE | D1 | FE | 1F | 12 | 0 | 0 | D6 | 62 | 54 |
| Octal | 256 | 321 | 376 | 37 | 22 | 0 | 0 | 326 | 142 | 124 |
| Binary | 10101110 | 11010001 | 11111110 | 11111 | 10010 | 0 | 0 | 11010110 | 1100010 | 1010100 |
Color Harmonies of #AED1FE
Complementary color
Monochromatic Colors of #AED1FE
Black with #AED1FE
Text Example
Text Example
White with #AED1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1FE; }
p { color: rgb(174,209,254); }
H1.HeaderClassName
{
color: #AED1FE;
}
.AnyTagClassName
{
color: #AED1FE;
}
</style>
background-color css
<style>
a { background-color: #AED1FE; }
a { background-color: rgb(174,209,254); }
div.DivClassName
{
background-color: #AED1FE;
}
.BgClassName
{
background-color: #AED1FE;
}
</style>
border-color css
<style>
span { border-color: #AED1FE; }
span { border-color: rgb(174,209,254); }
td.TdClassName
{
border-color: #AED1FE;
}
.TagClassName
{
border-color: #AED1FE;
}
</style>