#AAD3FD

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

Shades of Pale Cornflower Blue #AAD3FD

Tints of Pale Cornflower Blue #AAD3FD

Color information

#AAD3FD (or 0xAAD3FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D3 and FD. RGB value is (170,211,253). Sum of RGB (Red+Green+Blue) = 170+211+253=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAD3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3FD is #552C02. Grayscale: #CBCBCB. Windows color (decimal): -5581827 or 16634794. OLE color: 16634794.

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

Color convert

RGB170211253-
CMYK0.330.1700.01
HSL210.36º95.4%82.94%-
HSV(B)210.36º32.81%99.22%-
XYZ57.662.23101.9-
YUV203.53155.92104.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=26.81%
G=33.28%
B=39.91%

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
Decimal1702112530.330.1700.01210.3695.482.94
HexAAD3FD211101d25f53
Octal252323375412101322137123
Binary10101010110100111111110110000110001011101001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3FD; }

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

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

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

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

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

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

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

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