Html Css Color HEX #AACFED Pale Cornflower Blue
📋 copy color: '#AACFED'red 170 ◦ green 207 ◦ blue 237
Shades of Pale Cornflower Blue #AACFED
Tints of Pale Cornflower Blue #AACFED
RGB
CMYK
RGB Variations
Color information
#AACFED (or 0xAACFED) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and ED. RGB value is (170,207,237). Sum of RGB (Red+Green+Blue) = 170+207+237=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFED is #553012. Grayscale: #C7C7C7. Windows color (decimal): -5582867 or 15585194. OLE color: 15585194.
HSL color Cylindrical-coordinate representation of color #AACFED: hue angle of 206.87º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACFED is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 207 | 237 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.07 |
| HSL | 206.87º | 0.65% | 0.8% | - |
| HSV(B) | 206.87º | 0.28% | 0.93% | - |
| XYZ | 54.18 | 59.29 | 88.71 | - |
| YUV | 199.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 237 | 0.28 | 0.13 | 0 | 0.07 | 206.87 | 0.65 | 0.8 |
| Hex | AA | CF | ED | 1C | D | 0 | 7 | CF | 41 | 50 |
| Octal | 252 | 317 | 355 | 34 | 15 | 0 | 7 | 317 | 101 | 120 |
| Binary | 10101010 | 11001111 | 11101101 | 11100 | 1101 | 0 | 111 | 11001111 | 1000001 | 1010000 |
Color Harmonies of #AACFED
Complementary color
Monochromatic Colors of #AACFED
Black with #AACFED
Text Example
Text Example
White with #AACFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFED; }
p { color: rgb(170,207,237); }
H1.HeaderClassName
{
color: #AACFED;
}
.AnyTagClassName
{
color: #AACFED;
}
</style>
background-color css
<style>
a { background-color: #AACFED; }
a { background-color: rgb(170,207,237); }
div.DivClassName
{
background-color: #AACFED;
}
.BgClassName
{
background-color: #AACFED;
}
</style>
border-color css
<style>
span { border-color: #AACFED; }
span { border-color: rgb(170,207,237); }
td.TdClassName
{
border-color: #AACFED;
}
.TagClassName
{
border-color: #AACFED;
}
</style>