#ADE0DF

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

Shades of Powder Blue #ADE0DF

Tints of Powder Blue #ADE0DF

Color information

#ADE0DF (or 0xADE0DF) is unknown color: approx Powder Blue. HEX triplet: AD, E0 and DF. RGB value is (173,224,223). Sum of RGB (Red+Green+Blue) = 173+224+223=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0DF is #521F20. Grayscale: #D0D0D0. Windows color (decimal): -5381921 or 14672045. OLE color: 14672045.

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

Color convert

RGB173224223-
CMYK0.2300.000.12
HSL178.82º45.13%77.84%-
HSV(B)178.82º22.77%87.84%-
XYZ57.2167.5279.83-
YUV208.64136.1102.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=27.90%
G=36.13%
B=35.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732242230.2300.000.12178.8245.1377.84
HexADE0DF1700Cb32d4e
Octal25534033727001426355116
Binary10101101111000001101111110111001100101100111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0DF; }

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

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

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

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

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

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

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

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