#AADEF3

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

Shades of Light Blue #AADEF3

Tints of Light Blue #AADEF3

Color information

#AADEF3 (or 0xAADEF3) is unknown color: approx Light Blue. HEX triplet: AA, DE and F3. RGB value is (170,222,243). Sum of RGB (Red+Green+Blue) = 170+222+243=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #AADEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEF3 is #55210C. Grayscale: #D0D0D0. Windows color (decimal): -5579021 or 15982250. OLE color: 15982250.

HSL color Cylindrical-coordinate representation of color #AADEF3: hue angle of 197.26º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADEF3 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170222243-
CMYK0.300.0900.05
HSL197.26º75.26%80.98%-
HSV(B)197.26º30.04%95.29%-
XYZ58.8867.2694.67-
YUV208.85147.27100.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 243 (95.31% from 255) = 38.27%
R=26.77%
G=34.96%
B=38.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702222430.300.0900.05197.2675.2680.98
HexAADEF31E905c54b51
Octal252336363361105305113121
Binary10101010110111101111001111110100101011100010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEF3; }

 p { color: rgb(170,222,243); }

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

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

 a { background-color: rgb(170,222,243); }

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

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

 span { border-color: rgb(170,222,243); }

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