#AAD5FF

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

Shades of Pale Cornflower Blue #AAD5FF

Tints of Pale Cornflower Blue #AAD5FF

Color information

#AAD5FF (or 0xAAD5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D5 and FF. RGB value is (170,213,255). Sum of RGB (Red+Green+Blue) = 170+213+255=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5FF is #552A00. Grayscale: #CCCCCC. Windows color (decimal): -5581313 or 16766378. OLE color: 16766378.

HSL color Cylindrical-coordinate representation of color #AAD5FF: hue angle of 209.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD5FF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170213255-
CMYK0.330.1600
HSL209.65º100%83.33%-
HSV(B)209.65º33.33%100%-
XYZ58.4263.35103.76-
YUV204.93156.25103.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.65%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 255 (100% from 255) = 39.97%
R=26.65%
G=33.39%
B=39.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702132550.330.1600209.6510083.33
HexAAD5FF211000d26453
Octal252325377412000322144123
Binary10101010110101011111111110000110000001101001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5FF; }

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

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

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

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

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

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

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

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