#ADDAEC

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

Shades of Light Blue #ADDAEC

Tints of Light Blue #ADDAEC

Color information

#ADDAEC (or 0xADDAEC) is unknown color: approx Light Blue. HEX triplet: AD, DA and EC. RGB value is (173,218,236). Sum of RGB (Red+Green+Blue) = 173+218+236=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAEC is #522513. Grayscale: #CECECE. Windows color (decimal): -5383444 or 15522477. OLE color: 15522477.

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

Color convert

RGB173218236-
CMYK0.270.0800.07
HSL197.14º62.38%80.2%-
HSV(B)197.14º26.69%92.55%-
XYZ57.4565.0888.89-
YUV206.6144.59104.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=27.59%
G=34.77%
B=37.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732182360.270.0800.07197.1462.3880.2
HexADDAEC1B807c53e50
Octal25533235433100730576120
Binary1010110111011010111011001101110000111110001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAEC; }

 p { color: rgb(173,218,236); }

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

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

 a { background-color: rgb(173,218,236); }

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

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

 span { border-color: rgb(173,218,236); }

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