Html Css Color HEX #AECDF1 Pale Cornflower Blue
📋 copy color: '#AECDF1'red 174 ◦ green 205 ◦ blue 241
Shades of Pale Cornflower Blue #AECDF1
Tints of Pale Cornflower Blue #AECDF1
RGB
CMYK
RGB Variations
Color information
#AECDF1 (or 0xAECDF1) is known color: Pale Cornflower Blue. HEX triplet: AE, CD and F1. RGB value is (174,205,241). Sum of RGB (Red+Green+Blue) = 174+205+241=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #AECDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDF1 is #51320E. Grayscale: #C7C7C7. Windows color (decimal): -5321231 or 15846830. OLE color: 15846830.
HSL color Cylindrical-coordinate representation of color #AECDF1: hue angle of 212.24º 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 #AECDF1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 205 | 241 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.05 |
| HSL | 212.24º | 0.71% | 0.81% | - |
| HSV(B) | 212.24º | 0.28% | 0.95% | - |
| XYZ | 55.16 | 59.01 | 91.7 | - |
| YUV | 199.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 241 | 0.28 | 0.15 | 0 | 0.05 | 212.24 | 0.71 | 0.81 |
| Hex | AE | CD | F1 | 1C | F | 0 | 5 | D4 | 47 | 51 |
| Octal | 256 | 315 | 361 | 34 | 17 | 0 | 5 | 324 | 107 | 121 |
| Binary | 10101110 | 11001101 | 11110001 | 11100 | 1111 | 0 | 101 | 11010100 | 1000111 | 1010001 |
Color Harmonies of #AECDF1
Complementary color
Monochromatic Colors of #AECDF1
Black with #AECDF1
Text Example
Text Example
White with #AECDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDF1; }
p { color: rgb(174,205,241); }
H1.HeaderClassName
{
color: #AECDF1;
}
.AnyTagClassName
{
color: #AECDF1;
}
</style>
background-color css
<style>
a { background-color: #AECDF1; }
a { background-color: rgb(174,205,241); }
div.DivClassName
{
background-color: #AECDF1;
}
.BgClassName
{
background-color: #AECDF1;
}
</style>
border-color css
<style>
span { border-color: #AECDF1; }
span { border-color: rgb(174,205,241); }
td.TdClassName
{
border-color: #AECDF1;
}
.TagClassName
{
border-color: #AECDF1;
}
</style>