Html Css Color HEX #ADE8D7 Ice Cold

📋 copy color: '#ADE8D7'

red 173 ◦ green 232 ◦ blue 215

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

Shades of Ice Cold #ADE8D7

Tints of Ice Cold #ADE8D7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.42%

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

R = 27.9%
G = 37.42%
B = 34.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#ADE8D7 (or 0xADE8D7) is known color: Ice Cold. HEX triplet: AD, E8 and D7. RGB value is (173,232,215). Sum of RGB (Red+Green+Blue) = 173+232+215=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8D7 is #521728. Grayscale: #D4D4D4. Windows color (decimal): -5379881 or 14149805. OLE color: 14149805.

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

Color convert

RGB 173 232 215 -
CMYK 0.25 0 0.07 0.09
HSL 162.71º 0.56% 0.79% -
HSV(B) 162.71º 0.25% 0.91% -
XYZ 58.36 71.5 75.02 -
YUV 212.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 173 232 215 0.25 0 0.07 0.09 162.71 0.56 0.79
Hex AD E8 D7 19 0 7 9 A3 38 4F
Octal 255 350 327 31 0 7 11 243 70 117
Binary 10101101 11101000 11010111 11001 0 111 1001 10100011 111000 1001111

Color Harmonies of #ADE8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8D7

Black with #ADE8D7

Text Example


Text Example

White with #ADE8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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