#AACCEF

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

Shades of Pale Cornflower Blue #AACCEF

Tints of Pale Cornflower Blue #AACCEF

Color information

#AACCEF (or 0xAACCEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CC and EF. RGB value is (170,204,239). Sum of RGB (Red+Green+Blue) = 170+204+239=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #AACCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCEF is #553310. Grayscale: #C5C5C5. Windows color (decimal): -5583633 or 15715498. OLE color: 15715498.

HSL color Cylindrical-coordinate representation of color #AACCEF: hue angle of 210.43º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACCEF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170204239-
CMYK0.290.1500.06
HSL210.43º68.32%80.2%-
HSV(B)210.43º28.87%93.73%-
XYZ53.7557.9690.02-
YUV197.82151.24108.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=27.73%
G=33.28%
B=38.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702042390.290.1500.06210.4368.3280.2
HexAACCEF1DF06d24450
Octal252314357351706322104120
Binary10101010110011001110111111101111101101101001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCEF; }

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

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

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

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

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

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

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

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