#AACDF3

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

Shades of Pale Cornflower Blue #AACDF3

Tints of Pale Cornflower Blue #AACDF3

Color information

#AACDF3 (or 0xAACDF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CD and F3. RGB value is (170,205,243). Sum of RGB (Red+Green+Blue) = 170+205+243=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF3 is #55320C. Grayscale: #C6C6C6. Windows color (decimal): -5583373 or 15977898. OLE color: 15977898.

HSL color Cylindrical-coordinate representation of color #AACDF3: hue angle of 211.23º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACDF3 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170205243-
CMYK0.300.1600.05
HSL211.23º75.26%80.98%-
HSV(B)211.23º30.04%95.29%-
XYZ54.5958.6893.24-
YUV198.87152.9107.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=27.51%
G=33.17%
B=39.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702052430.300.1600.05211.2375.2680.98
HexAACDF31E1005d34b51
Octal252315363362005323113121
Binary101010101100110111110011111101000001011101001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDF3; }

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

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

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

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

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

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

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

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