#AAD5F9

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

Shades of Pale Cornflower Blue #AAD5F9

Tints of Pale Cornflower Blue #AAD5F9

Color information

#AAD5F9 (or 0xAAD5F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D5 and F9. RGB value is (170,213,249). Sum of RGB (Red+Green+Blue) = 170+213+249=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAD5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5F9 is #552A06. Grayscale: #CCCCCC. Windows color (decimal): -5581319 or 16373162. OLE color: 16373162.

HSL color Cylindrical-coordinate representation of color #AAD5F9: hue angle of 207.34º 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 #AAD5F9 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170213249-
CMYK0.320.1400.02
HSL207.34º86.81%82.16%-
HSV(B)207.34º31.73%97.65%-
XYZ57.4762.9798.75-
YUV204.25153.25103.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=26.90%
G=33.70%
B=39.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702132490.320.1400.02207.3486.8182.16
HexAAD5F920E02cf5752
Octal252325371401602317127122
Binary10101010110101011111100110000011100101100111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5F9; }

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

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

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

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

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

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

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

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