Html Css Color HEX #AECFFC Pale Cornflower Blue
📋 copy color: '#AECFFC'red 174 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #AECFFC
Tints of Pale Cornflower Blue #AECFFC
RGB
CMYK
RGB Variations
Color information
#AECFFC (or 0xAECFFC) is known color: Pale Cornflower Blue. HEX triplet: AE, CF and FC. RGB value is (174,207,252). Sum of RGB (Red+Green+Blue) = 174+207+252=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #AECFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECFFC is #513003. Grayscale: #CACACA. Windows color (decimal): -5320708 or 16568238. OLE color: 16568238.
HSL color Cylindrical-coordinate representation of color #AECFFC: hue angle of 214.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AECFFC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 207 | 252 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.01 |
| HSL | 214.62º | 0.93% | 0.84% | - |
| HSV(B) | 214.62º | 0.31% | 0.99% | - |
| XYZ | 57.34 | 60.65 | 100.78 | - |
| YUV | 202.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 252 | 0.31 | 0.18 | 0 | 0.01 | 214.62 | 0.93 | 0.84 |
| Hex | AE | CF | FC | 1F | 12 | 0 | 1 | D7 | 5D | 54 |
| Octal | 256 | 317 | 374 | 37 | 22 | 0 | 1 | 327 | 135 | 124 |
| Binary | 10101110 | 11001111 | 11111100 | 11111 | 10010 | 0 | 1 | 11010111 | 1011101 | 1010100 |
Color Harmonies of #AECFFC
Complementary color
Monochromatic Colors of #AECFFC
Black with #AECFFC
Text Example
Text Example
White with #AECFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFFC; }
p { color: rgb(174,207,252); }
H1.HeaderClassName
{
color: #AECFFC;
}
.AnyTagClassName
{
color: #AECFFC;
}
</style>
background-color css
<style>
a { background-color: #AECFFC; }
a { background-color: rgb(174,207,252); }
div.DivClassName
{
background-color: #AECFFC;
}
.BgClassName
{
background-color: #AECFFC;
}
</style>
border-color css
<style>
span { border-color: #AECFFC; }
span { border-color: rgb(174,207,252); }
td.TdClassName
{
border-color: #AECFFC;
}
.TagClassName
{
border-color: #AECFFC;
}
</style>