#aaddf3

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

Shades of Light Blue #AADDF3

Tints of Light Blue #AADDF3

Color information

#AADDF3 (or 0xAADDF3) is unknown color: approx Light Blue. HEX triplet: AA, DD and F3. RGB value is (170,221,243). Sum of RGB (Red+Green+Blue) = 170+221+243=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #AADDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF3 is #55220C. Grayscale: #D0D0D0. Windows color (decimal): -5579277 or 15981994. OLE color: 15981994.

HSL color Cylindrical-coordinate representation of color #AADDF3: hue angle of 198.08º 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 #AADDF3 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170221243-
CMYK0.300.0900.05
HSL198.08º75.26%80.98%-
HSV(B)198.08º30.04%95.29%-
XYZ58.6166.7394.59-
YUV208.26147.6100.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=26.81%
G=34.86%
B=38.33%

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
Decimal1702212430.300.0900.05198.0875.2680.98
HexAADDF31E905c64b51
Octal252335363361105306113121
Binary10101010110111011111001111110100101011100011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaddf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaddf3; }

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

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

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

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

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

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

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

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