#AACEFC

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

Shades of Pale Cornflower Blue #AACEFC

Tints of Pale Cornflower Blue #AACEFC

Color information

#AACEFC (or 0xAACEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and FC. RGB value is (170,206,252). Sum of RGB (Red+Green+Blue) = 170+206+252=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #AACEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEFC is #553103. Grayscale: #C8C8C8. Windows color (decimal): -5583108 or 16567978. OLE color: 16567978.

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

Color convert

RGB170206252-
CMYK0.330.1800.01
HSL213.66º93.18%82.75%-
HSV(B)213.66º32.54%98.82%-
XYZ56.2259.72100.66-
YUV200.48157.07106.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=27.07%
G=32.80%
B=40.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702062520.330.1800.01213.6693.1882.75
HexAACEFC211201d65d53
Octal252316374412201326135123
Binary10101010110011101111110010000110010011101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEFC; }

 p { color: rgb(170,206,252); }

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

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

 a { background-color: rgb(170,206,252); }

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

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

 span { border-color: rgb(170,206,252); }

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