#AAD6FF

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

Shades of Pale Cornflower Blue #AAD6FF

Tints of Pale Cornflower Blue #AAD6FF

Color information

#AAD6FF (or 0xAAD6FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D6 and FF. RGB value is (170,214,255). Sum of RGB (Red+Green+Blue) = 170+214+255=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6FF is #552900. Grayscale: #CDCDCD. Windows color (decimal): -5581057 or 16766634. OLE color: 16766634.

HSL color Cylindrical-coordinate representation of color #AAD6FF: hue angle of 208.94º 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 #AAD6FF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170214255-
CMYK0.330.1600
HSL208.94º100%83.33%-
HSV(B)208.94º33.33%100%-
XYZ58.6763.86103.84-
YUV205.52155.92102.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 255 (100% from 255) = 39.91%
R=26.60%
G=33.49%
B=39.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702142550.330.1600208.9410083.33
HexAAD6FF211000d16453
Octal252326377412000321144123
Binary10101010110101101111111110000110000001101000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6FF; }

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

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

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

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

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

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

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

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