Html Css Color HEX #ADE8DC Ice Cold

📋 copy color: '#ADE8DC'

red 173 ◦ green 232 ◦ blue 220

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

Shades of Ice Cold #ADE8DC

Tints of Ice Cold #ADE8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 27.68%
G = 37.12%
B = 35.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#ADE8DC (or 0xADE8DC) is known color: Ice Cold. HEX triplet: AD, E8 and DC. RGB value is (173,232,220). Sum of RGB (Red+Green+Blue) = 173+232+220=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DC is #521723. Grayscale: #D4D4D4. Windows color (decimal): -5379876 or 14477485. OLE color: 14477485.

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

Color convert

RGB 173 232 220 -
CMYK 0.25 0 0.05 0.09
HSL 167.8º 0.56% 0.79% -
HSV(B) 167.8º 0.25% 0.91% -
XYZ 59.01 71.76 78.45 -
YUV 212.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 173 232 220 0.25 0 0.05 0.09 167.8 0.56 0.79
Hex AD E8 DC 19 0 5 9 A8 38 4F
Octal 255 350 334 31 0 5 11 250 70 117
Binary 10101101 11101000 11011100 11001 0 101 1001 10101000 111000 1001111

Color Harmonies of #ADE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8DC

Black with #ADE8DC

Text Example


Text Example

White with #ADE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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