Html Css Color HEX #AACEF2 Pale Cornflower Blue
📋 copy color: '#AACEF2'red 170 ◦ green 206 ◦ blue 242
Shades of Pale Cornflower Blue #AACEF2
Tints of Pale Cornflower Blue #AACEF2
RGB
CMYK
RGB Variations
Color information
#AACEF2 (or 0xAACEF2) is known color: Pale Cornflower Blue. HEX triplet: AA, CE and F2. RGB value is (170,206,242). Sum of RGB (Red+Green+Blue) = 170+206+242=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #AACEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEF2 is #55310D. Grayscale: #C7C7C7. Windows color (decimal): -5583118 or 15912618. OLE color: 15912618.
HSL color Cylindrical-coordinate representation of color #AACEF2: hue angle of 210º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACEF2 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 206 | 242 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.05 |
| HSL | 210º | 0.73% | 0.81% | - |
| HSV(B) | 210º | 0.3% | 0.95% | - |
| XYZ | 54.68 | 59.1 | 92.53 | - |
| YUV | 199.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 242 | 0.30 | 0.15 | 0 | 0.05 | 210 | 0.73 | 0.81 |
| Hex | AA | CE | F2 | 1E | F | 0 | 5 | D2 | 49 | 51 |
| Octal | 252 | 316 | 362 | 36 | 17 | 0 | 5 | 322 | 111 | 121 |
| Binary | 10101010 | 11001110 | 11110010 | 11110 | 1111 | 0 | 101 | 11010010 | 1001001 | 1010001 |
Color Harmonies of #AACEF2
Complementary color
Monochromatic Colors of #AACEF2
Black with #AACEF2
Text Example
Text Example
White with #AACEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEF2; }
p { color: rgb(170,206,242); }
H1.HeaderClassName
{
color: #AACEF2;
}
.AnyTagClassName
{
color: #AACEF2;
}
</style>
background-color css
<style>
a { background-color: #AACEF2; }
a { background-color: rgb(170,206,242); }
div.DivClassName
{
background-color: #AACEF2;
}
.BgClassName
{
background-color: #AACEF2;
}
</style>
border-color css
<style>
span { border-color: #AACEF2; }
span { border-color: rgb(170,206,242); }
td.TdClassName
{
border-color: #AACEF2;
}
.TagClassName
{
border-color: #AACEF2;
}
</style>