Html Css Color HEX #ADE0D9 Ice Cold

📋 copy color: '#ADE0D9'

red 173 ◦ green 224 ◦ blue 217

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

Shades of Ice Cold #ADE0D9

Tints of Ice Cold #ADE0D9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.48%

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

R = 28.18%
G = 36.48%
B = 35.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#ADE0D9 (or 0xADE0D9) is known color: Ice Cold. HEX triplet: AD, E0 and D9. RGB value is (173,224,217). Sum of RGB (Red+Green+Blue) = 173+224+217=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0D9 is #521F26. Grayscale: #CFCFCF. Windows color (decimal): -5381927 or 14278829. OLE color: 14278829.

HSL color Cylindrical-coordinate representation of color #ADE0D9: hue angle of 171.76º degrees, saturation: 0.45, 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 #ADE0D9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 224 217 -
CMYK 0.23 0 0.03 0.12
HSL 171.76º 0.45% 0.78% -
HSV(B) 171.76º 0.23% 0.88% -
XYZ 56.41 67.21 75.64 -
YUV 207.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 173 224 217 0.23 0 0.03 0.12 171.76 0.45 0.78
Hex AD E0 D9 17 0 3 C AC 2D 4E
Octal 255 340 331 27 0 3 14 254 55 116
Binary 10101101 11100000 11011001 10111 0 11 1100 10101100 101101 1001110

Color Harmonies of #ADE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE0D9

Black with #ADE0D9

Text Example


Text Example

White with #ADE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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