#AACDF5

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

Shades of Pale Cornflower Blue #AACDF5

Tints of Pale Cornflower Blue #AACDF5

Color information

#AACDF5 (or 0xAACDF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CD and F5. RGB value is (170,205,245). Sum of RGB (Red+Green+Blue) = 170+205+245=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #AACDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF5 is #55320A. Grayscale: #C6C6C6. Windows color (decimal): -5583371 or 16108970. OLE color: 16108970.

HSL color Cylindrical-coordinate representation of color #AACDF5: hue angle of 212º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACDF5 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170205245-
CMYK0.310.1600.04
HSL212º78.95%81.37%-
HSV(B)212º30.61%96.08%-
XYZ54.8958.894.84-
YUV199.1153.9107.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.42%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 245 (96.09% from 255) = 39.52%
R=27.42%
G=33.06%
B=39.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702052450.310.1600.0421278.9581.37
HexAACDF51F1004d44f51
Octal252315365372004324117121
Binary101010101100110111110101111111000001001101010010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDF5; }

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

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

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

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

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

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

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

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