#AACAED

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

Shades of Pale Cornflower Blue #AACAED

Tints of Pale Cornflower Blue #AACAED

Color information

#AACAED (or 0xAACAED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and ED. RGB value is (170,202,237). Sum of RGB (Red+Green+Blue) = 170+202+237=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAED is #553512. Grayscale: #C4C4C4. Windows color (decimal): -5584147 or 15583914. OLE color: 15583914.

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

Color convert

RGB170202237-
CMYK0.280.1500.07
HSL211.34º65.05%79.8%-
HSV(B)211.34º28.27%92.94%-
XYZ52.9856.988.31-
YUV196.42150.9109.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=27.91%
G=33.17%
B=38.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702022370.280.1500.07211.3465.0579.8
HexAACAED1CF07d34150
Octal252312355341707323101120
Binary10101010110010101110110111100111101111101001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAED; }

 p { color: rgb(170,202,237); }

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

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

 a { background-color: rgb(170,202,237); }

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

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

 span { border-color: rgb(170,202,237); }

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