#ADE8DF

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

Shades of Ice Cold #ADE8DF

Tints of Ice Cold #ADE8DF

Color information

#ADE8DF (or 0xADE8DF) is unknown color: approx Ice Cold. HEX triplet: AD, E8 and DF. RGB value is (173,232,223). Sum of RGB (Red+Green+Blue) = 173+232+223=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DF is #521720. Grayscale: #D5D5D5. Windows color (decimal): -5379873 or 14674093. OLE color: 14674093.

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

Color convert

RGB173232223-
CMYK0.2500.040.09
HSL170.85º56.19%79.41%-
HSV(B)170.85º25.43%90.98%-
XYZ59.4171.9380.56-
YUV213.33133.4599.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.55%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=27.55%
G=36.94%
B=35.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732322230.2500.040.09170.8556.1979.41
HexADE8DF19049ab384f
Octal25535033731041125370117
Binary1010110111101000110111111100101001001101010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8DF; }

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

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

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

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

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

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

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

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