#ADD6DE

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

Shades of Light Blue #ADD6DE

Tints of Light Blue #ADD6DE

Color information

#ADD6DE (or 0xADD6DE) is unknown color: approx Light Blue. HEX triplet: AD, D6 and DE. RGB value is (173,214,222). Sum of RGB (Red+Green+Blue) = 173+214+222=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DE is #522921. Grayscale: #CACACA. Windows color (decimal): -5384482 or 14603949. OLE color: 14603949.

HSL color Cylindrical-coordinate representation of color #ADD6DE: hue angle of 189.8º 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 #ADD6DE is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173214222-
CMYK0.220.0400.13
HSL189.8º42.61%77.45%-
HSV(B)189.8º22.07%87.06%-
XYZ54.4662.2578.25-
YUV202.65138.92106.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=28.41%
G=35.14%
B=36.45%

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
Decimal1732142220.220.0400.13189.842.6177.45
HexADD6DE1640Dbe2b4d
Octal25532633626401527653115
Binary1010110111010110110111101011010001101101111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6DE; }

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

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

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

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

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

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

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

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