Html Css Color HEX #AECDF0 Pale Cornflower Blue
📋 copy color: '#AECDF0'red 174 ◦ green 205 ◦ blue 240
Shades of Pale Cornflower Blue #AECDF0
Tints of Pale Cornflower Blue #AECDF0
RGB
CMYK
RGB Variations
Color information
#AECDF0 (or 0xAECDF0) is known color: Pale Cornflower Blue. HEX triplet: AE, CD and F0. RGB value is (174,205,240). Sum of RGB (Red+Green+Blue) = 174+205+240=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #AECDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDF0 is #51320F. Grayscale: #C7C7C7. Windows color (decimal): -5321232 or 15781294. OLE color: 15781294.
HSL color Cylindrical-coordinate representation of color #AECDF0: hue angle of 211.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AECDF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 205 | 240 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.06 |
| HSL | 211.82º | 0.69% | 0.81% | - |
| HSV(B) | 211.82º | 0.28% | 0.94% | - |
| XYZ | 55.02 | 58.95 | 90.92 | - |
| YUV | 199.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 240 | 0.28 | 0.15 | 0 | 0.06 | 211.82 | 0.69 | 0.81 |
| Hex | AE | CD | F0 | 1C | F | 0 | 6 | D4 | 45 | 51 |
| Octal | 256 | 315 | 360 | 34 | 17 | 0 | 6 | 324 | 105 | 121 |
| Binary | 10101110 | 11001101 | 11110000 | 11100 | 1111 | 0 | 110 | 11010100 | 1000101 | 1010001 |
Color Harmonies of #AECDF0
Complementary color
Monochromatic Colors of #AECDF0
Black with #AECDF0
Text Example
Text Example
White with #AECDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDF0; }
p { color: rgb(174,205,240); }
H1.HeaderClassName
{
color: #AECDF0;
}
.AnyTagClassName
{
color: #AECDF0;
}
</style>
background-color css
<style>
a { background-color: #AECDF0; }
a { background-color: rgb(174,205,240); }
div.DivClassName
{
background-color: #AECDF0;
}
.BgClassName
{
background-color: #AECDF0;
}
</style>
border-color css
<style>
span { border-color: #AECDF0; }
span { border-color: rgb(174,205,240); }
td.TdClassName
{
border-color: #AECDF0;
}
.TagClassName
{
border-color: #AECDF0;
}
</style>