#ADE3DD

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

Shades of Ice Cold #ADE3DD

Tints of Ice Cold #ADE3DD

Color information

#ADE3DD (or 0xADE3DD) is unknown color: approx Ice Cold. HEX triplet: AD, E3 and DD. RGB value is (173,227,221). Sum of RGB (Red+Green+Blue) = 173+227+221=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3DD is #521C22. Grayscale: #D2D2D2. Windows color (decimal): -5381155 or 14541741. OLE color: 14541741.

HSL color Cylindrical-coordinate representation of color #ADE3DD: hue angle of 173.33º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3DD is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB173227221-
CMYK0.2400.030.11
HSL173.33º49.09%78.43%-
HSV(B)173.33º23.79%89.02%-
XYZ57.7569.0478.69-
YUV210.17134.11101.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 227 (89.06% from 255) = 36.55%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=27.86%
G=36.55%
B=35.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732272210.2400.030.11173.3349.0978.43
HexADE3DD1803Bad314e
Octal25534333530031325561116
Binary101011011110001111011101110000111011101011011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE3DD; }

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

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

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

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

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

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

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

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