#AACEF3

Color #AACEF3 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #AACEF3

Tints of Pale Cornflower Blue #AACEF3

Color information

#AACEF3 (or 0xAACEF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and F3. RGB value is (170,206,243). Sum of RGB (Red+Green+Blue) = 170+206+243=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEF3 is #55310C. Grayscale: #C7C7C7. Windows color (decimal): -5583117 or 15978154. OLE color: 15978154.

HSL color Cylindrical-coordinate representation of color #AACEF3: hue angle of 210.41º degrees, saturation: 0.75, 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 #AACEF3 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170206243-
CMYK0.300.1500.05
HSL210.41º75.26%80.98%-
HSV(B)210.41º30.04%95.29%-
XYZ54.8359.1693.32-
YUV199.45152.57106.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=27.46%
G=33.28%
B=39.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702062430.300.1500.05210.4175.2680.98
HexAACEF31EF05d24b51
Octal252316363361705322113121
Binary10101010110011101111001111110111101011101001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEF3; }

 p { color: rgb(170,206,243); }

 H1.HeaderClassName
 {
   color: #AACEF3;
 }
 .AnyTagClassName
 {
   color: #AACEF3;
 }
</style>
background-color css

<style>
 a { background-color: #AACEF3; }

 a { background-color: rgb(170,206,243); }

 div.DivClassName
 {
   background-color: #AACEF3;
 }
 .BgClassName
 {
   background-color: #AACEF3;
 }
</style>
border-color css

<style>
 span { border-color: #AACEF3; }

 span { border-color: rgb(170,206,243); }

 td.TdClassName
 {
   border-color: #AACEF3;
 }
 .TagClassName
 {
   border-color: #AACEF3;
 }
</style>