#AACCEB

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

Shades of Pale Cornflower Blue #AACCEB

Tints of Pale Cornflower Blue #AACCEB

Color information

#AACCEB (or 0xAACCEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CC and EB. RGB value is (170,204,235). Sum of RGB (Red+Green+Blue) = 170+204+235=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #AACCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCEB is #553314. Grayscale: #C5C5C5. Windows color (decimal): -5583637 or 15453354. OLE color: 15453354.

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

Color convert

RGB170204235-
CMYK0.280.1300.08
HSL208.62º61.9%79.41%-
HSV(B)208.62º27.66%92.16%-
XYZ53.1757.7386.94-
YUV197.37149.24108.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=27.91%
G=33.50%
B=38.59%

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
Decimal1702042350.280.1300.08208.6261.979.41
HexAACCEB1CD08d13e4f
Octal252314353341501032176117
Binary10101010110011001110101111100110101000110100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCEB; }

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

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

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

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

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

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

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

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