#ADE9DD

Color #ADE9DD Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #ADE9DD

Tints of Ice Cold #ADE9DD

Color information

#ADE9DD (or 0xADE9DD) is unknown color: approx Ice Cold. HEX triplet: AD, E9 and DD. RGB value is (173,233,221). Sum of RGB (Red+Green+Blue) = 173+233+221=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9DD is #521622. Grayscale: #D5D5D5. Windows color (decimal): -5379619 or 14543277. OLE color: 14543277.

HSL color Cylindrical-coordinate representation of color #ADE9DD: hue angle of 168º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9DD is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB173233221-
CMYK0.2600.050.09
HSL168º57.69%79.61%-
HSV(B)168º25.75%91.37%-
XYZ59.4272.3879.25-
YUV213.69132.1298.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=27.59%
G=37.16%
B=35.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732332210.2600.050.0916857.6979.61
HexADE9DD1A059a83a50
Octal25535133532051125072120
Binary1010110111101001110111011101001011001101010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE9DD; }

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

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

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

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

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

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

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

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