Html Css Color HEX #9DE1CD Ice Cold

📋 copy color: '#9DE1CD'

red 157 ◦ green 225 ◦ blue 205

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

Shades of Ice Cold #9DE1CD

Tints of Ice Cold #9DE1CD

RGB

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

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

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

R = 26.75%
G = 38.33%
B = 34.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#9DE1CD (or 0x9DE1CD) is known color: Ice Cold. HEX triplet: 9D, E1 and CD. RGB value is (157,225,205). Sum of RGB (Red+Green+Blue) = 157+225+205=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1CD is #621E32. Grayscale: #CACACA. Windows color (decimal): -6430259 or 13492637. OLE color: 13492637.

HSL color Cylindrical-coordinate representation of color #9DE1CD: hue angle of 162.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1CD is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 205 -
CMYK 0.30 0 0.09 0.12
HSL 162.35º 0.53% 0.75% -
HSV(B) 162.35º 0.3% 0.88% -
XYZ 51.85 65.43 67.65 -
YUV 202.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 157 225 205 0.30 0 0.09 0.12 162.35 0.53 0.75
Hex 9D E1 CD 1E 0 9 C A2 35 4B
Octal 235 341 315 36 0 11 14 242 65 113
Binary 10011101 11100001 11001101 11110 0 1001 1100 10100010 110101 1001011

Color Harmonies of #9DE1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1CD

Black with #9DE1CD

Text Example


Text Example

White with #9DE1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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