#AAD1FD

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

Shades of Pale Cornflower Blue #AAD1FD

Tints of Pale Cornflower Blue #AAD1FD

Color information

#AAD1FD (or 0xAAD1FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D1 and FD. RGB value is (170,209,253). Sum of RGB (Red+Green+Blue) = 170+209+253=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAD1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1FD is #552E02. Grayscale: #CACACA. Windows color (decimal): -5582339 or 16634282. OLE color: 16634282.

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

Color convert

RGB170209253-
CMYK0.330.1700.01
HSL211.81º95.4%82.94%-
HSV(B)211.81º32.81%99.22%-
XYZ57.1161.24101.74-
YUV202.36156.58104.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=26.90%
G=33.07%
B=40.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702092530.330.1700.01211.8195.482.94
HexAAD1FD211101d45f53
Octal252321375412101324137123
Binary10101010110100011111110110000110001011101010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1FD; }

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

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

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

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

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

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

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

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