#ADDAEB

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

Shades of Light Blue #ADDAEB

Tints of Light Blue #ADDAEB

Color information

#ADDAEB (or 0xADDAEB) is unknown color: approx Light Blue. HEX triplet: AD, DA and EB. RGB value is (173,218,235). Sum of RGB (Red+Green+Blue) = 173+218+235=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADDAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAEB is #522514. Grayscale: #CECECE. Windows color (decimal): -5383445 or 15456941. OLE color: 15456941.

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

Color convert

RGB173218235-
CMYK0.260.0700.08
HSL196.45º60.78%80%-
HSV(B)196.45º26.38%92.16%-
XYZ57.365.0388.13-
YUV206.48144.09104.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=27.64%
G=34.82%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732182350.260.0700.08196.4560.7880
HexADDAEB1A708c43d50
Octal25533235332701030475120
Binary1010110111011010111010111101011101000110001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAEB; }

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

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

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

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

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

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

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

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