#AADDF0

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

Shades of Light Blue #AADDF0

Tints of Light Blue #AADDF0

Color information

#AADDF0 (or 0xAADDF0) is unknown color: approx Light Blue. HEX triplet: AA, DD and F0. RGB value is (170,221,240). Sum of RGB (Red+Green+Blue) = 170+221+240=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #AADDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF0 is #55220F. Grayscale: #CFCFCF. Windows color (decimal): -5579280 or 15785386. OLE color: 15785386.

HSL color Cylindrical-coordinate representation of color #AADDF0: hue angle of 196.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADDF0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170221240-
CMYK0.290.0800.06
HSL196.29º70%80.39%-
HSV(B)196.29º29.17%94.12%-
XYZ58.1666.5592.22-
YUV207.92146.1100.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=26.94%
G=35.02%
B=38.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702212400.290.0800.06196.297080.39
HexAADDF01D806c44650
Octal252335360351006304106120
Binary10101010110111011111000011101100001101100010010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDF0; }

 p { color: rgb(170,221,240); }

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

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

 a { background-color: rgb(170,221,240); }

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

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

 span { border-color: rgb(170,221,240); }

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