#ADD5DE

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

Shades of Light Blue #ADD5DE

Tints of Light Blue #ADD5DE

Color information

#ADD5DE (or 0xADD5DE) is unknown color: approx Light Blue. HEX triplet: AD, D5 and DE. RGB value is (173,213,222). Sum of RGB (Red+Green+Blue) = 173+213+222=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5DE is #522A21. Grayscale: #C9C9C9. Windows color (decimal): -5384738 or 14603693. OLE color: 14603693.

HSL color Cylindrical-coordinate representation of color #ADD5DE: hue angle of 191.02º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD5DE is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173213222-
CMYK0.220.0400.13
HSL191.02º42.61%77.45%-
HSV(B)191.02º22.07%87.06%-
XYZ54.2161.7578.17-
YUV202.07139.25107.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=28.45%
G=35.03%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732132220.220.0400.13191.0242.6177.45
HexADD5DE1640Dbf2b4d
Octal25532533626401527753115
Binary1010110111010101110111101011010001101101111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5DE; }

 p { color: rgb(173,213,222); }

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

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

 a { background-color: rgb(173,213,222); }

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

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

 span { border-color: rgb(173,213,222); }

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