#ADE7DF

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

Shades of Ice Cold #ADE7DF

Tints of Ice Cold #ADE7DF

Color information

#ADE7DF (or 0xADE7DF) is unknown color: approx Ice Cold. HEX triplet: AD, E7 and DF. RGB value is (173,231,223). Sum of RGB (Red+Green+Blue) = 173+231+223=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DF is #521820. Grayscale: #D4D4D4. Windows color (decimal): -5380129 or 14673837. OLE color: 14673837.

HSL color Cylindrical-coordinate representation of color #ADE7DF: hue angle of 171.72º degrees, saturation: 0.55, 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 #ADE7DF is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB173231223-
CMYK0.2500.030.09
HSL171.72º54.72%79.22%-
HSV(B)171.72º25.11%90.59%-
XYZ59.1371.3680.47-
YUV212.75133.7899.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 231 (90.62% from 255) = 36.84%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=27.59%
G=36.84%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732312230.2500.030.09171.7254.7279.22
HexADE7DF19039ac374f
Octal25534733731031125467117
Binary101011011110011111011111110010111001101011001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE7DF; }

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

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

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

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

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

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

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

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