Html Css Color HEX #AECAFA Pale Cornflower Blue
📋 copy color: '#AECAFA'red 174 ◦ green 202 ◦ blue 250
Shades of Pale Cornflower Blue #AECAFA
Tints of Pale Cornflower Blue #AECAFA
RGB
CMYK
RGB Variations
Color information
#AECAFA (or 0xAECAFA) is known color: Pale Cornflower Blue. HEX triplet: AE, CA and FA. RGB value is (174,202,250). Sum of RGB (Red+Green+Blue) = 174+202+250=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #AECAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAFA is #513505. Grayscale: #C6C6C6. Windows color (decimal): -5321990 or 16435886. OLE color: 16435886.
HSL color Cylindrical-coordinate representation of color #AECAFA: hue angle of 217.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECAFA is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 202 | 250 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.02 |
| HSL | 217.89º | 0.88% | 0.83% | - |
| HSV(B) | 217.89º | 0.3% | 0.98% | - |
| XYZ | 55.83 | 58.14 | 98.72 | - |
| YUV | 199.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 250 | 0.30 | 0.19 | 0 | 0.02 | 217.89 | 0.88 | 0.83 |
| Hex | AE | CA | FA | 1E | 13 | 0 | 2 | DA | 58 | 53 |
| Octal | 256 | 312 | 372 | 36 | 23 | 0 | 2 | 332 | 130 | 123 |
| Binary | 10101110 | 11001010 | 11111010 | 11110 | 10011 | 0 | 10 | 11011010 | 1011000 | 1010011 |
Color Harmonies of #AECAFA
Complementary color
Monochromatic Colors of #AECAFA
Black with #AECAFA
Text Example
Text Example
White with #AECAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAFA; }
p { color: rgb(174,202,250); }
H1.HeaderClassName
{
color: #AECAFA;
}
.AnyTagClassName
{
color: #AECAFA;
}
</style>
background-color css
<style>
a { background-color: #AECAFA; }
a { background-color: rgb(174,202,250); }
div.DivClassName
{
background-color: #AECAFA;
}
.BgClassName
{
background-color: #AECAFA;
}
</style>
border-color css
<style>
span { border-color: #AECAFA; }
span { border-color: rgb(174,202,250); }
td.TdClassName
{
border-color: #AECAFA;
}
.TagClassName
{
border-color: #AECAFA;
}
</style>