Html Css Color HEX #ADE1DC Ice Cold

📋 copy color: '#ADE1DC'

red 173 ◦ green 225 ◦ blue 220

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

Shades of Ice Cold #ADE1DC

Tints of Ice Cold #ADE1DC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.41%

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

R = 27.99%
G = 36.41%
B = 35.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#ADE1DC (or 0xADE1DC) is known color: Ice Cold. HEX triplet: AD, E1 and DC. RGB value is (173,225,220). Sum of RGB (Red+Green+Blue) = 173+225+220=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1DC is #521E23. Grayscale: #D0D0D0. Windows color (decimal): -5381668 or 14475693. OLE color: 14475693.

HSL color Cylindrical-coordinate representation of color #ADE1DC: hue angle of 174.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1DC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 220 -
CMYK 0.23 0 0.02 0.12
HSL 174.23º 0.46% 0.78% -
HSV(B) 174.23º 0.23% 0.88% -
XYZ 57.08 67.9 77.81 -
YUV 208.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 173 225 220 0.23 0 0.02 0.12 174.23 0.46 0.78
Hex AD E1 DC 17 0 2 C AE 2E 4E
Octal 255 341 334 27 0 2 14 256 56 116
Binary 10101101 11100001 11011100 10111 0 10 1100 10101110 101110 1001110

Color Harmonies of #ADE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE1DC

Black with #ADE1DC

Text Example


Text Example

White with #ADE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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