Html Css Color HEX #AECFEA Pale Cornflower Blue
📋 copy color: '#AECFEA'red 174 ◦ green 207 ◦ blue 234
Shades of Pale Cornflower Blue #AECFEA
Tints of Pale Cornflower Blue #AECFEA
RGB
CMYK
RGB Variations
Color information
#AECFEA (or 0xAECFEA) is known color: Pale Cornflower Blue. HEX triplet: AE, CF and EA. RGB value is (174,207,234). Sum of RGB (Red+Green+Blue) = 174+207+234=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #AECFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECFEA is #513015. Grayscale: #C8C8C8. Windows color (decimal): -5320726 or 15388590. OLE color: 15388590.
HSL color Cylindrical-coordinate representation of color #AECFEA: hue angle of 207º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECFEA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 207 | 234 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.08 |
| HSL | 207º | 0.59% | 0.8% | - |
| HSV(B) | 207º | 0.26% | 0.92% | - |
| XYZ | 54.62 | 59.56 | 86.46 | - |
| YUV | 200.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 234 | 0.26 | 0.12 | 0 | 0.08 | 207 | 0.59 | 0.8 |
| Hex | AE | CF | EA | 1A | C | 0 | 8 | CF | 3B | 50 |
| Octal | 256 | 317 | 352 | 32 | 14 | 0 | 10 | 317 | 73 | 120 |
| Binary | 10101110 | 11001111 | 11101010 | 11010 | 1100 | 0 | 1000 | 11001111 | 111011 | 1010000 |
Color Harmonies of #AECFEA
Complementary color
Monochromatic Colors of #AECFEA
Black with #AECFEA
Text Example
Text Example
White with #AECFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFEA; }
p { color: rgb(174,207,234); }
H1.HeaderClassName
{
color: #AECFEA;
}
.AnyTagClassName
{
color: #AECFEA;
}
</style>
background-color css
<style>
a { background-color: #AECFEA; }
a { background-color: rgb(174,207,234); }
div.DivClassName
{
background-color: #AECFEA;
}
.BgClassName
{
background-color: #AECFEA;
}
</style>
border-color css
<style>
span { border-color: #AECFEA; }
span { border-color: rgb(174,207,234); }
td.TdClassName
{
border-color: #AECFEA;
}
.TagClassName
{
border-color: #AECFEA;
}
</style>