Html Css Color HEX #9DEDD8 Ice Cold

📋 copy color: '#9DEDD8'

red 157 ◦ green 237 ◦ blue 216

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

Shades of Ice Cold #9DEDD8

Tints of Ice Cold #9DEDD8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

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

R = 25.74%
G = 38.85%
B = 35.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#9DEDD8 (or 0x9DEDD8) is known color: Ice Cold. HEX triplet: 9D, ED and D8. RGB value is (157,237,216). Sum of RGB (Red+Green+Blue) = 157+237+216=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDD8 is #621227. Grayscale: #D2D2D2. Windows color (decimal): -6427176 or 14216605. OLE color: 14216605.

HSL color Cylindrical-coordinate representation of color #9DEDD8: hue angle of 164.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDD8 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 237 216 -
CMYK 0.34 0 0.09 0.07
HSL 164.25º 0.69% 0.77% -
HSV(B) 164.25º 0.34% 0.93% -
XYZ 56.58 72.69 76.01 -
YUV 210.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 157 237 216 0.34 0 0.09 0.07 164.25 0.69 0.77
Hex 9D ED D8 22 0 9 7 A4 45 4D
Octal 235 355 330 42 0 11 7 244 105 115
Binary 10011101 11101101 11011000 100010 0 1001 111 10100100 1000101 1001101

Color Harmonies of #9DEDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDD8

Black with #9DEDD8

Text Example


Text Example

White with #9DEDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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