#AACDEB

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

Shades of Pale Cornflower Blue #AACDEB

Tints of Pale Cornflower Blue #AACDEB

Color information

#AACDEB (or 0xAACDEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CD and EB. RGB value is (170,205,235). Sum of RGB (Red+Green+Blue) = 170+205+235=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #AACDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDEB is #553214. Grayscale: #C5C5C5. Windows color (decimal): -5583381 or 15453610. OLE color: 15453610.

HSL color Cylindrical-coordinate representation of color #AACDEB: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACDEB is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170205235-
CMYK0.280.1300.08
HSL207.69º61.9%79.41%-
HSV(B)207.69º27.66%92.16%-
XYZ53.458.2187.02-
YUV197.96148.9108.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=27.87%
G=33.61%
B=38.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702052350.280.1300.08207.6961.979.41
HexAACDEB1CD08d03e4f
Octal252315353341501032076117
Binary10101010110011011110101111100110101000110100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDEB; }

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

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

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

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

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

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

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

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