#ADE8D3

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

Shades of Ice Cold #ADE8D3

Tints of Ice Cold #ADE8D3

Color information

#ADE8D3 (or 0xADE8D3) is unknown color: approx Ice Cold. HEX triplet: AD, E8 and D3. RGB value is (173,232,211). Sum of RGB (Red+Green+Blue) = 173+232+211=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8D3 is #52172C. Grayscale: #D3D3D3. Windows color (decimal): -5379885 or 13887661. OLE color: 13887661.

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

Color convert

RGB173232211-
CMYK0.2500.090.09
HSL158.64º56.19%79.41%-
HSV(B)158.64º25.43%90.98%-
XYZ57.8571.372.34-
YUV211.96127.45100.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 211 (82.81% from 255) = 34.25%
R=28.08%
G=37.66%
B=34.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732322110.2500.090.09158.6456.1979.41
HexADE8D3190999f384f
Octal255350323310111123770117
Binary10101101111010001101001111001010011001100111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8D3; }

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

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

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

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

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

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

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

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