#ADDDDE

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

Shades of Powder Blue #ADDDDE

Tints of Powder Blue #ADDDDE

Color information

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

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

Color convert

RGB173221222-
CMYK0.220.0000.13
HSL181.22º42.61%77.45%-
HSV(B)181.22º22.07%87.06%-
XYZ56.2765.8778.86-
YUV206.76136.6103.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732212220.220.0000.13181.2242.6177.45
HexADDDDE1600Db52b4d
Octal25533533626001526553115
Binary10101101110111011101111010110001101101101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDDE; }

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

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

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

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

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

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

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

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