#ADE4DD

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

Shades of Ice Cold #ADE4DD

Tints of Ice Cold #ADE4DD

Color information

#ADE4DD (or 0xADE4DD) is unknown color: approx Ice Cold. HEX triplet: AD, E4 and DD. RGB value is (173,228,221). Sum of RGB (Red+Green+Blue) = 173+228+221=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4DD is #521B22. Grayscale: #D2D2D2. Windows color (decimal): -5380899 or 14541997. OLE color: 14541997.

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

Color convert

RGB173228221-
CMYK0.2400.030.11
HSL172.36º50.46%78.63%-
HSV(B)172.36º24.12%89.41%-
XYZ58.0369.5978.78-
YUV210.76133.78101.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=27.81%
G=36.66%
B=35.53%

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
Decimal1732282210.2400.030.11172.3650.4678.63
HexADE4DD1803Bac324f
Octal25534433530031325462117
Binary101011011110010011011101110000111011101011001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE4DD; }

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

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

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

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

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

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

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

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