Html Css Color HEX #ADE7D9 Ice Cold

📋 copy color: '#ADE7D9'

red 173 ◦ green 231 ◦ blue 217

#ADE7D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #ADE7D9

Tints of Ice Cold #ADE7D9

RGB

 RED value IS 173 (67.97% from 255) = 27.86%

 GREEN value IS 231 (90.63% from 255) = 37.2%

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 27.86%
G = 37.2%
B = 34.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ADE7D9 (or 0xADE7D9) is known color: Ice Cold. HEX triplet: AD, E7 and D9. RGB value is (173,231,217). Sum of RGB (Red+Green+Blue) = 173+231+217=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7D9 is #521826. Grayscale: #D4D4D4. Windows color (decimal): -5380135 or 14280621. OLE color: 14280621.

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

Color convert

RGB 173 231 217 -
CMYK 0.25 0 0.06 0.09
HSL 165.52º 0.55% 0.79% -
HSV(B) 165.52º 0.25% 0.91% -
XYZ 58.33 71.05 76.28 -
YUV 212.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 173 231 217 0.25 0 0.06 0.09 165.52 0.55 0.79
Hex AD E7 D9 19 0 6 9 A6 37 4F
Octal 255 347 331 31 0 6 11 246 67 117
Binary 10101101 11100111 11011001 11001 0 110 1001 10100110 110111 1001111

Color Harmonies of #ADE7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7D9

Black with #ADE7D9

Text Example


Text Example

White with #ADE7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7D9; }

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

 H1.HeaderClassName
 {
   color: #ADE7D9;
 }
 .AnyTagClassName
 {
   color: #ADE7D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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