Html Css Color HEX #AECBFC Pale Cornflower Blue
📋 copy color: '#AECBFC'red 174 ◦ green 203 ◦ blue 252
Shades of Pale Cornflower Blue #AECBFC
Tints of Pale Cornflower Blue #AECBFC
RGB
CMYK
RGB Variations
Color information
#AECBFC (or 0xAECBFC) is known color: Pale Cornflower Blue. HEX triplet: AE, CB and FC. RGB value is (174,203,252). Sum of RGB (Red+Green+Blue) = 174+203+252=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #AECBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECBFC is #513403. Grayscale: #C7C7C7. Windows color (decimal): -5321732 or 16567214. OLE color: 16567214.
HSL color Cylindrical-coordinate representation of color #AECBFC: hue angle of 217.69º 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 #AECBFC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 203 | 252 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.01 |
| HSL | 217.69º | 0.93% | 0.84% | - |
| HSV(B) | 217.69º | 0.31% | 0.99% | - |
| XYZ | 56.38 | 58.74 | 100.46 | - |
| YUV | 199.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 252 | 0.31 | 0.19 | 0 | 0.01 | 217.69 | 0.93 | 0.84 |
| Hex | AE | CB | FC | 1F | 13 | 0 | 1 | DA | 5D | 54 |
| Octal | 256 | 313 | 374 | 37 | 23 | 0 | 1 | 332 | 135 | 124 |
| Binary | 10101110 | 11001011 | 11111100 | 11111 | 10011 | 0 | 1 | 11011010 | 1011101 | 1010100 |
Color Harmonies of #AECBFC
Complementary color
Monochromatic Colors of #AECBFC
Black with #AECBFC
Text Example
Text Example
White with #AECBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBFC; }
p { color: rgb(174,203,252); }
H1.HeaderClassName
{
color: #AECBFC;
}
.AnyTagClassName
{
color: #AECBFC;
}
</style>
background-color css
<style>
a { background-color: #AECBFC; }
a { background-color: rgb(174,203,252); }
div.DivClassName
{
background-color: #AECBFC;
}
.BgClassName
{
background-color: #AECBFC;
}
</style>
border-color css
<style>
span { border-color: #AECBFC; }
span { border-color: rgb(174,203,252); }
td.TdClassName
{
border-color: #AECBFC;
}
.TagClassName
{
border-color: #AECBFC;
}
</style>