#AAD3F9

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

Shades of Pale Cornflower Blue #AAD3F9

Tints of Pale Cornflower Blue #AAD3F9

Color information

#AAD3F9 (or 0xAAD3F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D3 and F9. RGB value is (170,211,249). Sum of RGB (Red+Green+Blue) = 170+211+249=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAD3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3F9 is #552C06. Grayscale: #CACACA. Windows color (decimal): -5581831 or 16372650. OLE color: 16372650.

HSL color Cylindrical-coordinate representation of color #AAD3F9: hue angle of 208.86º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD3F9 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170211249-
CMYK0.320.1500.02
HSL208.86º86.81%82.16%-
HSV(B)208.86º31.73%97.65%-
XYZ56.9761.9798.58-
YUV203.07153.92104.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 249 (97.66% from 255) = 39.52%
R=26.98%
G=33.49%
B=39.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702112490.320.1500.02208.8686.8182.16
HexAAD3F920F02d15752
Octal252323371401702321127122
Binary10101010110100111111100110000011110101101000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3F9; }

 p { color: rgb(170,211,249); }

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

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

 a { background-color: rgb(170,211,249); }

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

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

 span { border-color: rgb(170,211,249); }

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