Html Css Color HEX #AECDE8 Pale Cornflower Blue
📋 copy color: '#AECDE8'red 174 ◦ green 205 ◦ blue 232
Shades of Pale Cornflower Blue #AECDE8
Tints of Pale Cornflower Blue #AECDE8
RGB
CMYK
RGB Variations
Color information
#AECDE8 (or 0xAECDE8) is known color: Pale Cornflower Blue. HEX triplet: AE, CD and E8. RGB value is (174,205,232). Sum of RGB (Red+Green+Blue) = 174+205+232=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #AECDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDE8 is #513217. Grayscale: #C6C6C6. Windows color (decimal): -5321240 or 15257006. OLE color: 15257006.
HSL color Cylindrical-coordinate representation of color #AECDE8: hue angle of 207.93º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AECDE8 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 205 | 232 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.09 |
| HSL | 207.93º | 0.56% | 0.8% | - |
| HSV(B) | 207.93º | 0.25% | 0.91% | - |
| XYZ | 53.85 | 58.49 | 84.79 | - |
| YUV | 198.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 232 | 0.25 | 0.12 | 0 | 0.09 | 207.93 | 0.56 | 0.8 |
| Hex | AE | CD | E8 | 19 | C | 0 | 9 | D0 | 38 | 50 |
| Octal | 256 | 315 | 350 | 31 | 14 | 0 | 11 | 320 | 70 | 120 |
| Binary | 10101110 | 11001101 | 11101000 | 11001 | 1100 | 0 | 1001 | 11010000 | 111000 | 1010000 |
Color Harmonies of #AECDE8
Complementary color
Monochromatic Colors of #AECDE8
Black with #AECDE8
Text Example
Text Example
White with #AECDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDE8; }
p { color: rgb(174,205,232); }
H1.HeaderClassName
{
color: #AECDE8;
}
.AnyTagClassName
{
color: #AECDE8;
}
</style>
background-color css
<style>
a { background-color: #AECDE8; }
a { background-color: rgb(174,205,232); }
div.DivClassName
{
background-color: #AECDE8;
}
.BgClassName
{
background-color: #AECDE8;
}
</style>
border-color css
<style>
span { border-color: #AECDE8; }
span { border-color: rgb(174,205,232); }
td.TdClassName
{
border-color: #AECDE8;
}
.TagClassName
{
border-color: #AECDE8;
}
</style>