#AADCEF

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

Shades of Light Blue #AADCEF

Tints of Light Blue #AADCEF

Color information

#AADCEF (or 0xAADCEF) is unknown color: approx Light Blue. HEX triplet: AA, DC and EF. RGB value is (170,220,239). Sum of RGB (Red+Green+Blue) = 170+220+239=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #AADCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEF is #552310. Grayscale: #CFCFCF. Windows color (decimal): -5579537 or 15719594. OLE color: 15719594.

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

Color convert

RGB170220239-
CMYK0.290.0800.06
HSL196.52º68.32%80.2%-
HSV(B)196.52º28.87%93.73%-
XYZ57.7565.9691.35-
YUV207.22145.94101.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=27.03%
G=34.98%
B=38.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702202390.290.0800.06196.5268.3280.2
HexAADCEF1D806c54450
Octal252334357351006305104120
Binary10101010110111001110111111101100001101100010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCEF; }

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

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

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

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

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

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

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

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