Html Css Color HEX #9DE6D8 Ice Cold

📋 copy color: '#9DE6D8'

red 157 ◦ green 230 ◦ blue 216

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

Shades of Ice Cold #9DE6D8

Tints of Ice Cold #9DE6D8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.14%

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

R = 26.04%
G = 38.14%
B = 35.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#9DE6D8 (or 0x9DE6D8) is known color: Ice Cold. HEX triplet: 9D, E6 and D8. RGB value is (157,230,216). Sum of RGB (Red+Green+Blue) = 157+230+216=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6D8 is #621927. Grayscale: #CECECE. Windows color (decimal): -6428968 or 14214813. OLE color: 14214813.

HSL color Cylindrical-coordinate representation of color #9DE6D8: hue angle of 168.49º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6D8 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 230 216 -
CMYK 0.32 0 0.06 0.10
HSL 168.49º 0.59% 0.76% -
HSV(B) 168.49º 0.32% 0.9% -
XYZ 54.6 68.72 75.35 -
YUV 206.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 157 230 216 0.32 0 0.06 0.10 168.49 0.59 0.76
Hex 9D E6 D8 20 0 6 A A8 3B 4C
Octal 235 346 330 40 0 6 12 250 73 114
Binary 10011101 11100110 11011000 100000 0 110 1010 10101000 111011 1001100

Color Harmonies of #9DE6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE6D8

Black with #9DE6D8

Text Example


Text Example

White with #9DE6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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