#ADE1DC

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

Shades of Ice Cold #ADE1DC

Tints of Ice Cold #ADE1DC

Color information

#ADE1DC (or 0xADE1DC) is unknown color: approx Ice Cold. HEX triplet: AD, E1 and DC. RGB value is (173,225,220). Sum of RGB (Red+Green+Blue) = 173+225+220=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1DC is #521E23. Grayscale: #D0D0D0. Windows color (decimal): -5381668 or 14475693. OLE color: 14475693.

HSL color Cylindrical-coordinate representation of color #ADE1DC: hue angle of 174.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1DC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB173225220-
CMYK0.2300.020.12
HSL174.23º46.43%78.04%-
HSV(B)174.23º23.11%88.24%-
XYZ57.0867.977.81-
YUV208.88134.27102.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=27.99%
G=36.41%
B=35.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732252200.2300.020.12174.2346.4378.04
HexADE1DC1702Cae2e4e
Octal25534133427021425656116
Binary101011011110000111011100101110101100101011101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE1DC; }

 p { color: rgb(173,225,220); }

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

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

 a { background-color: rgb(173,225,220); }

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

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

 span { border-color: rgb(173,225,220); }

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