#AACCEE

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

Shades of Pale Cornflower Blue #AACCEE

Tints of Pale Cornflower Blue #AACCEE

Color information

#AACCEE (or 0xAACCEE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CC and EE. RGB value is (170,204,238). Sum of RGB (Red+Green+Blue) = 170+204+238=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #AACCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCEE is #553311. Grayscale: #C5C5C5. Windows color (decimal): -5583634 or 15649962. OLE color: 15649962.

HSL color Cylindrical-coordinate representation of color #AACCEE: hue angle of 210º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACCEE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170204238-
CMYK0.290.1400.07
HSL210º66.67%80%-
HSV(B)210º28.57%93.33%-
XYZ53.657.989.24-
YUV197.71150.74108.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702042380.290.1400.0721066.6780
HexAACCEE1DE07d24350
Octal252314356351607322103120
Binary10101010110011001110111011101111001111101001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCEE; }

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

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

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

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

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

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

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

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