Html Css Color HEX #9DE2CD Ice Cold

📋 copy color: '#9DE2CD'

red 157 ◦ green 226 ◦ blue 205

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

Shades of Ice Cold #9DE2CD

Tints of Ice Cold #9DE2CD

RGB

 RED value IS 157 (61.72% from 255) = 26.7%

 GREEN value IS 226 (88.67% from 255) = 38.44%

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 26.7%
G = 38.44%
B = 34.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#9DE2CD (or 0x9DE2CD) is known color: Ice Cold. HEX triplet: 9D, E2 and CD. RGB value is (157,226,205). Sum of RGB (Red+Green+Blue) = 157+226+205=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2CD is #621D32. Grayscale: #CACACA. Windows color (decimal): -6430003 or 13492893. OLE color: 13492893.

HSL color Cylindrical-coordinate representation of color #9DE2CD: hue angle of 161.74º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE2CD is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 157 226 205 -
CMYK 0.31 0 0.09 0.11
HSL 161.74º 0.54% 0.75% -
HSV(B) 161.74º 0.31% 0.89% -
XYZ 52.12 65.97 67.74 -
YUV 202.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 157 226 205 0.31 0 0.09 0.11 161.74 0.54 0.75
Hex 9D E2 CD 1F 0 9 B A2 36 4B
Octal 235 342 315 37 0 11 13 242 66 113
Binary 10011101 11100010 11001101 11111 0 1001 1011 10100010 110110 1001011

Color Harmonies of #9DE2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE2CD

Black with #9DE2CD

Text Example


Text Example

White with #9DE2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DE2CD; }

 p { color: rgb(157,226,205); }

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

background-color css

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

 a { background-color: rgb(157,226,205); }

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

border-color css

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

 span { border-color: rgb(157,226,205); }

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