#ADE0DD

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

Shades of Powder Blue #ADE0DD

Tints of Powder Blue #ADE0DD

Color information

#ADE0DD (or 0xADE0DD) is unknown color: approx Powder Blue. HEX triplet: AD, E0 and DD. RGB value is (173,224,221). Sum of RGB (Red+Green+Blue) = 173+224+221=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0DD is #521F22. Grayscale: #D0D0D0. Windows color (decimal): -5381923 or 14540973. OLE color: 14540973.

HSL color Cylindrical-coordinate representation of color #ADE0DD: hue angle of 176.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0DD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB173224221-
CMYK0.2300.010.12
HSL176.47º45.13%77.84%-
HSV(B)176.47º22.77%87.84%-
XYZ56.9467.4278.42-
YUV208.41135.1102.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=27.99%
G=36.25%
B=35.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732242210.2300.010.12176.4745.1377.84
HexADE0DD1701Cb02d4e
Octal25534033527011426055116
Binary10101101111000001101110110111011100101100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0DD; }

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

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

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

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

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

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

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

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