#AACEEC

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

Shades of Pale Cornflower Blue #AACEEC

Tints of Pale Cornflower Blue #AACEEC

Color information

#AACEEC (or 0xAACEEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and EC. RGB value is (170,206,236). Sum of RGB (Red+Green+Blue) = 170+206+236=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #AACEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEEC is #553113. Grayscale: #C6C6C6. Windows color (decimal): -5583124 or 15519402. OLE color: 15519402.

HSL color Cylindrical-coordinate representation of color #AACEEC: hue angle of 207.27º degrees, saturation: 0.63, 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 #AACEEC is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170206236-
CMYK0.280.1300.07
HSL207.27º63.46%79.61%-
HSV(B)207.27º27.97%92.55%-
XYZ53.7958.7487.86-
YUV198.66149.07107.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=27.78%
G=33.66%
B=38.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702062360.280.1300.07207.2763.4679.61
HexAACEEC1CD07cf3f50
Octal25231635434150731777120
Binary1010101011001110111011001110011010111110011111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEEC; }

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

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

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

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

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

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

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

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