#AADBEE

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

Shades of Light Blue #AADBEE

Tints of Light Blue #AADBEE

Color information

#AADBEE (or 0xAADBEE) is unknown color: approx Light Blue. HEX triplet: AA, DB and EE. RGB value is (170,219,238). Sum of RGB (Red+Green+Blue) = 170+219+238=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #AADBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBEE is #552411. Grayscale: #CECECE. Windows color (decimal): -5579794 or 15653802. OLE color: 15653802.

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

Color convert

RGB170219238-
CMYK0.290.0800.07
HSL196.76º66.67%80%-
HSV(B)196.76º28.57%93.33%-
XYZ57.3465.3890.49-
YUV206.52145.77101.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=27.11%
G=34.93%
B=37.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702192380.290.0800.07196.7666.6780
HexAADBEE1D807c54350
Octal252333356351007305103120
Binary10101010110110111110111011101100001111100010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBEE; }

 p { color: rgb(170,219,238); }

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

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

 a { background-color: rgb(170,219,238); }

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

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

 span { border-color: rgb(170,219,238); }

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