#ADDBDD

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

Shades of Powder Blue #ADDBDD

Tints of Powder Blue #ADDBDD

Color information

#ADDBDD (or 0xADDBDD) is unknown color: approx Powder Blue. HEX triplet: AD, DB and DD. RGB value is (173,219,221). Sum of RGB (Red+Green+Blue) = 173+219+221=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDD is #522422. Grayscale: #CDCDCD. Windows color (decimal): -5383203 or 14539693. OLE color: 14539693.

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

Color convert

RGB173219221-
CMYK0.220.0100.13
HSL182.5º41.38%77.25%-
HSV(B)182.5º21.72%86.67%-
XYZ55.6264.7777.98-
YUV205.47136.76104.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=28.22%
G=35.73%
B=36.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732192210.220.0100.13182.541.3877.25
HexADDBDD1610Db6294d
Octal25533333526101526651115
Binary10101101110110111101110110110101101101101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBDD; }

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

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

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

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

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

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

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

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