#AAD8EE

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

Shades of Light Blue #AAD8EE

Tints of Light Blue #AAD8EE

Color information

#AAD8EE (or 0xAAD8EE) is unknown color: approx Light Blue. HEX triplet: AA, D8 and EE. RGB value is (170,216,238). Sum of RGB (Red+Green+Blue) = 170+216+238=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAD8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8EE is #552711. Grayscale: #CCCCCC. Windows color (decimal): -5580562 or 15653034. OLE color: 15653034.

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

Color convert

RGB170216238-
CMYK0.290.0900.07
HSL199.41º66.67%80%-
HSV(B)199.41º28.57%93.33%-
XYZ56.5763.8390.23-
YUV204.75146.76103.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=27.24%
G=34.62%
B=38.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702162380.290.0900.07199.4166.6780
HexAAD8EE1D907c74350
Octal252330356351107307103120
Binary10101010110110001110111011101100101111100011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8EE; }

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

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

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

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

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

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

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

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