Html Css Color HEX #ADE9D7 Ice Cold

📋 copy color: '#ADE9D7'

red 173 ◦ green 233 ◦ blue 215

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

Shades of Ice Cold #ADE9D7

Tints of Ice Cold #ADE9D7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.52%

 BLUE value IS 215 (84.38% from 255) = 34.62%

R = 27.86%
G = 37.52%
B = 34.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#ADE9D7 (or 0xADE9D7) is known color: Ice Cold. HEX triplet: AD, E9 and D7. RGB value is (173,233,215). Sum of RGB (Red+Green+Blue) = 173+233+215=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9D7 is #521628. Grayscale: #D5D5D5. Windows color (decimal): -5379625 or 14150061. OLE color: 14150061.

HSL color Cylindrical-coordinate representation of color #ADE9D7: hue angle of 162º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9D7 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 215 -
CMYK 0.26 0 0.08 0.09
HSL 162º 0.58% 0.8% -
HSV(B) 162º 0.26% 0.91% -
XYZ 58.64 72.07 75.11 -
YUV 213.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 173 233 215 0.26 0 0.08 0.09 162 0.58 0.8
Hex AD E9 D7 1A 0 8 9 A2 3A 50
Octal 255 351 327 32 0 10 11 242 72 120
Binary 10101101 11101001 11010111 11010 0 1000 1001 10100010 111010 1010000

Color Harmonies of #ADE9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE9D7

Black with #ADE9D7

Text Example


Text Example

White with #ADE9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE9D7; }

 p { color: rgb(173,233,215); }

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

background-color css

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

 a { background-color: rgb(173,233,215); }

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

border-color css

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

 span { border-color: rgb(173,233,215); }

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