#AAD6FD

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

Shades of Pale Cornflower Blue #AAD6FD

Tints of Pale Cornflower Blue #AAD6FD

Color information

#AAD6FD (or 0xAAD6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D6 and FD. RGB value is (170,214,253). Sum of RGB (Red+Green+Blue) = 170+214+253=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAD6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6FD is #552902. Grayscale: #CDCDCD. Windows color (decimal): -5581059 or 16635562. OLE color: 16635562.

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

Color convert

RGB170214253-
CMYK0.330.1500.01
HSL208.19º95.4%82.94%-
HSV(B)208.19º32.81%99.22%-
XYZ58.3563.73102.15-
YUV205.29154.92102.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=26.69%
G=33.59%
B=39.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702142530.330.1500.01208.1995.482.94
HexAAD6FD21F01d05f53
Octal252326375411701320137123
Binary1010101011010110111111011000011111011101000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6FD; }

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

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

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

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

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

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

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

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