#AAD4F3

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

Shades of Pale Cornflower Blue #AAD4F3

Tints of Pale Cornflower Blue #AAD4F3

Color information

#AAD4F3 (or 0xAAD4F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D4 and F3. RGB value is (170,212,243). Sum of RGB (Red+Green+Blue) = 170+212+243=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4F3 is #552B0C. Grayscale: #CACACA. Windows color (decimal): -5581581 or 15979690. OLE color: 15979690.

HSL color Cylindrical-coordinate representation of color #AAD4F3: hue angle of 205.48º 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 #AAD4F3 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170212243-
CMYK0.300.1300.05
HSL205.48º75.26%80.98%-
HSV(B)205.48º30.04%95.29%-
XYZ56.362.193.81-
YUV202.98150.59104.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=27.2%
G=33.92%
B=38.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702122430.300.1300.05205.4875.2680.98
HexAAD4F31ED05cd4b51
Octal252324363361505315113121
Binary10101010110101001111001111110110101011100110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD4F3; }

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

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

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

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

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

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

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

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