#ADDEDD

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

Shades of Powder Blue #ADDEDD

Tints of Powder Blue #ADDEDD

Color information

#ADDEDD (or 0xADDEDD) is unknown color: approx Powder Blue. HEX triplet: AD, DE and DD. RGB value is (173,222,221). Sum of RGB (Red+Green+Blue) = 173+222+221=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEDD is #522122. Grayscale: #CFCFCF. Windows color (decimal): -5382435 or 14540461. OLE color: 14540461.

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

Color convert

RGB173222221-
CMYK0.2200.000.13
HSL178.78º42.61%77.45%-
HSV(B)178.78º22.07%87.06%-
XYZ56.4166.3578.24-
YUV207.24135.77103.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=28.08%
G=36.04%
B=35.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222210.2200.000.13178.7842.6177.45
HexADDEDD1600Db32b4d
Octal25533633526001526353115
Binary10101101110111101101110110110001101101100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEDD; }

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

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

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

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

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

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

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

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