#ADDBEB

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

Shades of Light Blue #ADDBEB

Tints of Light Blue #ADDBEB

Color information

#ADDBEB (or 0xADDBEB) is unknown color: approx Light Blue. HEX triplet: AD, DB and EB. RGB value is (173,219,235). Sum of RGB (Red+Green+Blue) = 173+219+235=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADDBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBEB is #522414. Grayscale: #CECECE. Windows color (decimal): -5383189 or 15457197. OLE color: 15457197.

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

Color convert

RGB173219235-
CMYK0.260.0700.08
HSL195.48º60.78%80%-
HSV(B)195.48º26.38%92.16%-
XYZ57.5665.5588.22-
YUV207.07143.76103.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=27.59%
G=34.93%
B=37.48%

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
Decimal1732192350.260.0700.08195.4860.7880
HexADDBEB1A708c33d50
Octal25533335332701030375120
Binary1010110111011011111010111101011101000110000111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBEB; }

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

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

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

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

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

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

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

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