#AAD1FC

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

Shades of Pale Cornflower Blue #AAD1FC

Tints of Pale Cornflower Blue #AAD1FC

Color information

#AAD1FC (or 0xAAD1FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D1 and FC. RGB value is (170,209,252). Sum of RGB (Red+Green+Blue) = 170+209+252=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAD1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1FC is #552E03. Grayscale: #CACACA. Windows color (decimal): -5582340 or 16568746. OLE color: 16568746.

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

Color convert

RGB170209252-
CMYK0.330.1700.01
HSL211.46º93.18%82.75%-
HSV(B)211.46º32.54%98.82%-
XYZ56.9561.18100.9-
YUV202.24156.08105-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=26.94%
G=33.12%
B=39.94%

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
Decimal1702092520.330.1700.01211.4693.1882.75
HexAAD1FC211101d35d53
Octal252321374412101323135123
Binary10101010110100011111110010000110001011101001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1FC; }

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

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

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

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

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

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

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

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