#ADE8DD

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

Shades of Ice Cold #ADE8DD

Tints of Ice Cold #ADE8DD

Color information

#ADE8DD (or 0xADE8DD) is unknown color: approx Ice Cold. HEX triplet: AD, E8 and DD. RGB value is (173,232,221). Sum of RGB (Red+Green+Blue) = 173+232+221=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DD is #521722. Grayscale: #D5D5D5. Windows color (decimal): -5379875 or 14543021. OLE color: 14543021.

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

Color convert

RGB173232221-
CMYK0.2500.050.09
HSL168.81º56.19%79.41%-
HSV(B)168.81º25.43%90.98%-
XYZ59.1471.8279.15-
YUV213.1132.4599.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=27.64%
G=37.06%
B=35.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732322210.2500.050.09168.8156.1979.41
HexADE8DD19059a9384f
Octal25535033531051125170117
Binary1010110111101000110111011100101011001101010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8DD; }

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

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

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

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

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

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

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

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