#AACCFF

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

Shades of Pale Cornflower Blue #AACCFF

Tints of Pale Cornflower Blue #AACCFF

Color information

#AACCFF (or 0xAACCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CC and FF. RGB value is (170,204,255). Sum of RGB (Red+Green+Blue) = 170+204+255=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCFF is #553300. Grayscale: #C7C7C7. Windows color (decimal): -5583617 or 16764074. OLE color: 16764074.

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

Color convert

RGB170204255-
CMYK0.330.200
HSL216º100%83.33%-
HSV(B)216º33.33%100%-
XYZ56.2258.95103.02-
YUV199.65159.24106.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 255 (100% from 255) = 40.54%
R=27.03%
G=32.43%
B=40.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702042550.330.20021610083.33
HexAACCFF211400d86453
Octal252314377412400330144123
Binary10101010110011001111111110000110100001101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCFF; }

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

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

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

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

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

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

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

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