#AACDF7

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

Shades of Pale Cornflower Blue #AACDF7

Tints of Pale Cornflower Blue #AACDF7

Color information

#AACDF7 (or 0xAACDF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CD and F7. RGB value is (170,205,247). Sum of RGB (Red+Green+Blue) = 170+205+247=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #AACDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF7 is #553208. Grayscale: #C7C7C7. Windows color (decimal): -5583369 or 16240042. OLE color: 16240042.

HSL color Cylindrical-coordinate representation of color #AACDF7: hue angle of 212.73º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACDF7 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170205247-
CMYK0.310.1700.03
HSL212.73º82.8%81.76%-
HSV(B)212.73º31.17%96.86%-
XYZ55.258.9296.46-
YUV199.32154.9107.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 247 (96.88% from 255) = 39.71%
R=27.33%
G=32.96%
B=39.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702052470.310.1700.03212.7382.881.76
HexAACDF71F1103d55352
Octal252315367372103325123122
Binary10101010110011011111011111111100010111101010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDF7; }

 p { color: rgb(170,205,247); }

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

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

 a { background-color: rgb(170,205,247); }

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

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

 span { border-color: rgb(170,205,247); }

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