#AACDED

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

Shades of Pale Cornflower Blue #AACDED

Tints of Pale Cornflower Blue #AACDED

Color information

#AACDED (or 0xAACDED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CD and ED. RGB value is (170,205,237). Sum of RGB (Red+Green+Blue) = 170+205+237=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDED is #553212. Grayscale: #C6C6C6. Windows color (decimal): -5583379 or 15584682. OLE color: 15584682.

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

Color convert

RGB170205237-
CMYK0.280.1400.07
HSL208.66º65.05%79.8%-
HSV(B)208.66º28.27%92.94%-
XYZ53.6958.3288.55-
YUV198.18149.9107.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=27.78%
G=33.50%
B=38.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702052370.280.1400.07208.6665.0579.8
HexAACDED1CE07d14150
Octal252315355341607321101120
Binary10101010110011011110110111100111001111101000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDED; }

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

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

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

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

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

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

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

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