#AACDF1

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

Shades of Pale Cornflower Blue #AACDF1

Tints of Pale Cornflower Blue #AACDF1

Color information

#AACDF1 (or 0xAACDF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CD and F1. RGB value is (170,205,241). Sum of RGB (Red+Green+Blue) = 170+205+241=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #AACDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF1 is #55320E. Grayscale: #C6C6C6. Windows color (decimal): -5583375 or 15846826. OLE color: 15846826.

HSL color Cylindrical-coordinate representation of color #AACDF1: hue angle of 210.42º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACDF1 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170205241-
CMYK0.290.1500.05
HSL210.42º71.72%80.59%-
HSV(B)210.42º29.46%94.51%-
XYZ54.2958.5691.66-
YUV198.64151.9107.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=27.60%
G=33.28%
B=39.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702052410.290.1500.05210.4271.7280.59
HexAACDF11DF05d24851
Octal252315361351705322110121
Binary10101010110011011111000111101111101011101001010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDF1; }

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

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

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

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

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

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

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

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