Html Css Color HEX #9DEBD9 Ice Cold

📋 copy color: '#9DEBD9'

red 157 ◦ green 235 ◦ blue 217

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

Shades of Ice Cold #9DEBD9

Tints of Ice Cold #9DEBD9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.59%

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

R = 25.78%
G = 38.59%
B = 35.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#9DEBD9 (or 0x9DEBD9) is known color: Ice Cold. HEX triplet: 9D, EB and D9. RGB value is (157,235,217). Sum of RGB (Red+Green+Blue) = 157+235+217=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBD9 is #621426. Grayscale: #D1D1D1. Windows color (decimal): -6427687 or 14281629. OLE color: 14281629.

HSL color Cylindrical-coordinate representation of color #9DEBD9: hue angle of 166.15º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBD9 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 217 -
CMYK 0.33 0 0.08 0.08
HSL 166.15º 0.66% 0.77% -
HSV(B) 166.15º 0.33% 0.92% -
XYZ 56.14 71.59 76.51 -
YUV 209.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 157 235 217 0.33 0 0.08 0.08 166.15 0.66 0.77
Hex 9D EB D9 21 0 8 8 A6 42 4D
Octal 235 353 331 41 0 10 10 246 102 115
Binary 10011101 11101011 11011001 100001 0 1000 1000 10100110 1000010 1001101

Color Harmonies of #9DEBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBD9

Black with #9DEBD9

Text Example


Text Example

White with #9DEBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,217); }

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

background-color css

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

 a { background-color: rgb(157,235,217); }

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

border-color css

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

 span { border-color: rgb(157,235,217); }

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