#AADCEE

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

Shades of Light Blue #AADCEE

Tints of Light Blue #AADCEE

Color information

#AADCEE (or 0xAADCEE) is unknown color: approx Light Blue. HEX triplet: AA, DC and EE. RGB value is (170,220,238). Sum of RGB (Red+Green+Blue) = 170+220+238=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #AADCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEE is #552311. Grayscale: #CECECE. Windows color (decimal): -5579538 or 15654058. OLE color: 15654058.

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

Color convert

RGB170220238-
CMYK0.290.0800.07
HSL195.88º66.67%80%-
HSV(B)195.88º28.57%93.33%-
XYZ57.665.9190.57-
YUV207.1145.44101.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=27.07%
G=35.03%
B=37.90%

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
Decimal1702202380.290.0800.07195.8866.6780
HexAADCEE1D807c44350
Octal252334356351007304103120
Binary10101010110111001110111011101100001111100010010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCEE; }

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

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

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

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

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

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

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

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