#AADDEE

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

Shades of Light Blue #AADDEE

Tints of Light Blue #AADDEE

Color information

#AADDEE (or 0xAADDEE) is unknown color: approx Light Blue. HEX triplet: AA, DD and EE. RGB value is (170,221,238). Sum of RGB (Red+Green+Blue) = 170+221+238=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #AADDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDEE is #552211. Grayscale: #CFCFCF. Windows color (decimal): -5579282 or 15654314. OLE color: 15654314.

HSL color Cylindrical-coordinate representation of color #AADDEE: hue angle of 195º 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 #AADDEE is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170221238-
CMYK0.290.0700.07
HSL195º66.67%80%-
HSV(B)195º28.57%93.33%-
XYZ57.8766.4390.66-
YUV207.69145.1101.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=27.03%
G=35.14%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702212380.290.0700.0719566.6780
HexAADDEE1D707c34350
Octal25233535635707303103120
Binary1010101011011101111011101110111101111100001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDEE; }

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

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

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

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

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

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

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

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