Html Css Color HEX #9DEBD8 Ice Cold

📋 copy color: '#9DEBD8'

red 157 ◦ green 235 ◦ blue 216

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

Shades of Ice Cold #9DEBD8

Tints of Ice Cold #9DEBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.53%

R = 25.82%
G = 38.65%
B = 35.53%

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

#9DEBD8 (or 0x9DEBD8) is known color: Ice Cold. HEX triplet: 9D, EB and D8. RGB value is (157,235,216). Sum of RGB (Red+Green+Blue) = 157+235+216=608 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.82% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBD8 is #621427. Grayscale: #D1D1D1. Windows color (decimal): -6427688 or 14216093. OLE color: 14216093.

HSL color Cylindrical-coordinate representation of color #9DEBD8: hue angle of 165.38º 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 #9DEBD8 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 216 -
CMYK 0.33 0 0.08 0.08
HSL 165.38º 0.66% 0.77% -
HSV(B) 165.38º 0.33% 0.92% -
XYZ 56.01 71.54 75.82 -
YUV 209.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 157 235 216 0.33 0 0.08 0.08 165.38 0.66 0.77
Hex 9D EB D8 21 0 8 8 A5 42 4D
Octal 235 353 330 41 0 10 10 245 102 115
Binary 10011101 11101011 11011000 100001 0 1000 1000 10100101 1000010 1001101

Color Harmonies of #9DEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBD8

Black with #9DEBD8

Text Example


Text Example

White with #9DEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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