#AAD5FD

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

Shades of Pale Cornflower Blue #AAD5FD

Tints of Pale Cornflower Blue #AAD5FD

Color information

#AAD5FD (or 0xAAD5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D5 and FD. RGB value is (170,213,253). Sum of RGB (Red+Green+Blue) = 170+213+253=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5FD is #552A02. Grayscale: #CCCCCC. Windows color (decimal): -5581315 or 16635306. OLE color: 16635306.

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

Color convert

RGB170213253-
CMYK0.330.1600.01
HSL208.92º95.4%82.94%-
HSV(B)208.92º32.81%99.22%-
XYZ58.163.23102.07-
YUV204.7155.25103.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.73%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=26.73%
G=33.49%
B=39.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702132530.330.1600.01208.9295.482.94
HexAAD5FD211001d15f53
Octal252325375412001321137123
Binary10101010110101011111110110000110000011101000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5FD; }

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

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

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

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

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

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

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

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