Html Css Color HEX #9DE8D8 Ice Cold

📋 copy color: '#9DE8D8'

red 157 ◦ green 232 ◦ blue 216

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

Shades of Ice Cold #9DE8D8

Tints of Ice Cold #9DE8D8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.35%

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

R = 25.95%
G = 38.35%
B = 35.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#9DE8D8 (or 0x9DE8D8) is known color: Ice Cold. HEX triplet: 9D, E8 and D8. RGB value is (157,232,216). Sum of RGB (Red+Green+Blue) = 157+232+216=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE8D8 is #621727. Grayscale: #CFCFCF. Windows color (decimal): -6428456 or 14215325. OLE color: 14215325.

HSL color Cylindrical-coordinate representation of color #9DE8D8: hue angle of 167.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE8D8 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 232 216 -
CMYK 0.32 0 0.07 0.09
HSL 167.2º 0.62% 0.76% -
HSV(B) 167.2º 0.32% 0.91% -
XYZ 55.16 69.84 75.54 -
YUV 207.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 157 232 216 0.32 0 0.07 0.09 167.2 0.62 0.76
Hex 9D E8 D8 20 0 7 9 A7 3E 4C
Octal 235 350 330 40 0 7 11 247 76 114
Binary 10011101 11101000 11011000 100000 0 111 1001 10100111 111110 1001100

Color Harmonies of #9DE8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE8D8

Black with #9DE8D8

Text Example


Text Example

White with #9DE8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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