#AACCFE

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

Shades of Pale Cornflower Blue #AACCFE

Tints of Pale Cornflower Blue #AACCFE

Color information

#AACCFE (or 0xAACCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CC and FE. RGB value is (170,204,254). Sum of RGB (Red+Green+Blue) = 170+204+254=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #AACCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCFE is #553301. Grayscale: #C7C7C7. Windows color (decimal): -5583618 or 16698538. OLE color: 16698538.

HSL color Cylindrical-coordinate representation of color #AACCFE: hue angle of 215.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACCFE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170204254-
CMYK0.330.2000.00
HSL215.71º97.67%83.14%-
HSV(B)215.71º33.07%99.61%-
XYZ56.0658.89102.18-
YUV199.53158.74106.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=27.07%
G=32.48%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702042540.330.2000.00215.7197.6783.14
HexAACCFE211400d86253
Octal252314376412400330142123
Binary10101010110011001111111010000110100001101100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCFE; }

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

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

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

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

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

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

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

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