#AAD7FC

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

Shades of Pale Cornflower Blue #AAD7FC

Tints of Pale Cornflower Blue #AAD7FC

Color information

#AAD7FC (or 0xAAD7FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D7 and FC. RGB value is (170,215,252). Sum of RGB (Red+Green+Blue) = 170+215+252=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAD7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7FC is #552803. Grayscale: #CDCDCD. Windows color (decimal): -5580804 or 16570282. OLE color: 16570282.

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

Color convert

RGB170215252-
CMYK0.330.1500.01
HSL207.07º93.18%82.75%-
HSV(B)207.07º32.54%98.82%-
XYZ58.4564.18101.4-
YUV205.76154.09102.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=26.69%
G=33.75%
B=39.56%

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
Decimal1702152520.330.1500.01207.0793.1882.75
HexAAD7FC21F01cf5d53
Octal252327374411701317135123
Binary1010101011010111111111001000011111011100111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7FC; }

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

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

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

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

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

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

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

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