Html Css Color HEX #AECDE6 Pale Cornflower Blue
📋 copy color: '#AECDE6'red 174 ◦ green 205 ◦ blue 230
Shades of Pale Cornflower Blue #AECDE6
Tints of Pale Cornflower Blue #AECDE6
RGB
CMYK
RGB Variations
Color information
#AECDE6 (or 0xAECDE6) is known color: Pale Cornflower Blue. HEX triplet: AE, CD and E6. RGB value is (174,205,230). Sum of RGB (Red+Green+Blue) = 174+205+230=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #AECDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDE6 is #513219. Grayscale: #C6C6C6. Windows color (decimal): -5321242 or 15125934. OLE color: 15125934.
HSL color Cylindrical-coordinate representation of color #AECDE6: hue angle of 206.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AECDE6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 205 | 230 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.10 |
| HSL | 206.79º | 0.53% | 0.79% | - |
| HSV(B) | 206.79º | 0.24% | 0.9% | - |
| XYZ | 53.57 | 58.37 | 83.31 | - |
| YUV | 198.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 230 | 0.24 | 0.11 | 0 | 0.10 | 206.79 | 0.53 | 0.79 |
| Hex | AE | CD | E6 | 18 | B | 0 | A | CF | 35 | 4F |
| Octal | 256 | 315 | 346 | 30 | 13 | 0 | 12 | 317 | 65 | 117 |
| Binary | 10101110 | 11001101 | 11100110 | 11000 | 1011 | 0 | 1010 | 11001111 | 110101 | 1001111 |
Color Harmonies of #AECDE6
Complementary color
Monochromatic Colors of #AECDE6
Black with #AECDE6
Text Example
Text Example
White with #AECDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDE6; }
p { color: rgb(174,205,230); }
H1.HeaderClassName
{
color: #AECDE6;
}
.AnyTagClassName
{
color: #AECDE6;
}
</style>
background-color css
<style>
a { background-color: #AECDE6; }
a { background-color: rgb(174,205,230); }
div.DivClassName
{
background-color: #AECDE6;
}
.BgClassName
{
background-color: #AECDE6;
}
</style>
border-color css
<style>
span { border-color: #AECDE6; }
span { border-color: rgb(174,205,230); }
td.TdClassName
{
border-color: #AECDE6;
}
.TagClassName
{
border-color: #AECDE6;
}
</style>