#AAD1F7

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

Shades of Pale Cornflower Blue #AAD1F7

Tints of Pale Cornflower Blue #AAD1F7

Color information

#AAD1F7 (or 0xAAD1F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D1 and F7. RGB value is (170,209,247). Sum of RGB (Red+Green+Blue) = 170+209+247=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAD1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1F7 is #552E08. Grayscale: #C9C9C9. Windows color (decimal): -5582345 or 16241066. OLE color: 16241066.

HSL color Cylindrical-coordinate representation of color #AAD1F7: hue angle of 209.61º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD1F7 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170209247-
CMYK0.310.1500.03
HSL209.61º82.8%81.76%-
HSV(B)209.61º31.17%96.86%-
XYZ56.1760.8696.78-
YUV201.67153.58105.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=27.16%
G=33.39%
B=39.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702092470.310.1500.03209.6182.881.76
HexAAD1F71FF03d25352
Octal252321367371703322123122
Binary1010101011010001111101111111111110111101001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1F7; }

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

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

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

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

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

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

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

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