#AACEED

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

Shades of Pale Cornflower Blue #AACEED

Tints of Pale Cornflower Blue #AACEED

Color information

#AACEED (or 0xAACEED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and ED. RGB value is (170,206,237). Sum of RGB (Red+Green+Blue) = 170+206+237=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEED is #553112. Grayscale: #C6C6C6. Windows color (decimal): -5583123 or 15584938. OLE color: 15584938.

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

Color convert

RGB170206237-
CMYK0.280.1300.07
HSL207.76º65.05%79.8%-
HSV(B)207.76º28.27%92.94%-
XYZ53.9358.888.63-
YUV198.77149.57107.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=27.73%
G=33.61%
B=38.66%

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
Decimal1702062370.280.1300.07207.7665.0579.8
HexAACEED1CD07d04150
Octal252316355341507320101120
Binary10101010110011101110110111100110101111101000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEED; }

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

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

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

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

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

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

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

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