#ADD6DD

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

Shades of Light Blue #ADD6DD

Tints of Light Blue #ADD6DD

Color information

#ADD6DD (or 0xADD6DD) is unknown color: approx Light Blue. HEX triplet: AD, D6 and DD. RGB value is (173,214,221). Sum of RGB (Red+Green+Blue) = 173+214+221=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DD is #522922. Grayscale: #CACACA. Windows color (decimal): -5384483 or 14538413. OLE color: 14538413.

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

Color convert

RGB173214221-
CMYK0.220.0300.13
HSL188.75º41.38%77.25%-
HSV(B)188.75º21.72%86.67%-
XYZ54.3362.277.55-
YUV202.54138.42106.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=28.45%
G=35.20%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732142210.220.0300.13188.7541.3877.25
HexADD6DD1630Dbd294d
Octal25532633526301527551115
Binary101011011101011011011101101101101101101111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6DD; }

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

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

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

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

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

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

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

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