Html Css Color HEX #AECDEF Pale Cornflower Blue
📋 copy color: '#AECDEF'red 174 ◦ green 205 ◦ blue 239
Shades of Pale Cornflower Blue #AECDEF
Tints of Pale Cornflower Blue #AECDEF
RGB
CMYK
RGB Variations
Color information
#AECDEF (or 0xAECDEF) is known color: Pale Cornflower Blue. HEX triplet: AE, CD and EF. RGB value is (174,205,239). Sum of RGB (Red+Green+Blue) = 174+205+239=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #AECDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDEF is #513210. Grayscale: #C7C7C7. Windows color (decimal): -5321233 or 15715758. OLE color: 15715758.
HSL color Cylindrical-coordinate representation of color #AECDEF: hue angle of 211.38º degrees, saturation: 0.67, 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 #AECDEF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 205 | 239 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.06 |
| HSL | 211.38º | 0.67% | 0.81% | - |
| HSV(B) | 211.38º | 0.27% | 0.94% | - |
| XYZ | 54.87 | 58.89 | 90.14 | - |
| YUV | 199.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 239 | 0.27 | 0.14 | 0 | 0.06 | 211.38 | 0.67 | 0.81 |
| Hex | AE | CD | EF | 1B | E | 0 | 6 | D3 | 43 | 51 |
| Octal | 256 | 315 | 357 | 33 | 16 | 0 | 6 | 323 | 103 | 121 |
| Binary | 10101110 | 11001101 | 11101111 | 11011 | 1110 | 0 | 110 | 11010011 | 1000011 | 1010001 |
Color Harmonies of #AECDEF
Complementary color
Monochromatic Colors of #AECDEF
Black with #AECDEF
Text Example
Text Example
White with #AECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDEF; }
p { color: rgb(174,205,239); }
H1.HeaderClassName
{
color: #AECDEF;
}
.AnyTagClassName
{
color: #AECDEF;
}
</style>
background-color css
<style>
a { background-color: #AECDEF; }
a { background-color: rgb(174,205,239); }
div.DivClassName
{
background-color: #AECDEF;
}
.BgClassName
{
background-color: #AECDEF;
}
</style>
border-color css
<style>
span { border-color: #AECDEF; }
span { border-color: rgb(174,205,239); }
td.TdClassName
{
border-color: #AECDEF;
}
.TagClassName
{
border-color: #AECDEF;
}
</style>