#AAD7FD

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

Shades of Pale Cornflower Blue #AAD7FD

Tints of Pale Cornflower Blue #AAD7FD

Color information

#AAD7FD (or 0xAAD7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D7 and FD. RGB value is (170,215,253). Sum of RGB (Red+Green+Blue) = 170+215+253=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAD7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7FD is #552802. Grayscale: #CDCDCD. Windows color (decimal): -5580803 or 16635818. OLE color: 16635818.

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

Color convert

RGB170215253-
CMYK0.330.1500.01
HSL207.47º95.4%82.94%-
HSV(B)207.47º32.81%99.22%-
XYZ58.6164.24102.24-
YUV205.88154.59102.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.65%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=26.65%
G=33.70%
B=39.66%

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
Decimal1702152530.330.1500.01207.4795.482.94
HexAAD7FD21F01cf5f53
Octal252327375411701317137123
Binary1010101011010111111111011000011111011100111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7FD; }

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

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

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

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

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

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

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

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