Html Css Color HEX #9EE6DC Ice Cold

📋 copy color: '#9EE6DC'

red 158 ◦ green 230 ◦ blue 220

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

Shades of Ice Cold #9EE6DC

Tints of Ice Cold #9EE6DC

RGB

 RED value IS 158 (62.11% from 255) = 25.99%

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

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 25.99%
G = 37.83%
B = 36.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#9EE6DC (or 0x9EE6DC) is known color: Ice Cold. HEX triplet: 9E, E6 and DC. RGB value is (158,230,220). Sum of RGB (Red+Green+Blue) = 158+230+220=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6DC is #611923. Grayscale: #CFCFCF. Windows color (decimal): -6363428 or 14476958. OLE color: 14476958.

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

Color convert

RGB 158 230 220 -
CMYK 0.31 0 0.04 0.10
HSL 171.67º 0.59% 0.76% -
HSV(B) 171.67º 0.31% 0.9% -
XYZ 55.32 69.03 78.12 -
YUV 207.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 158 230 220 0.31 0 0.04 0.10 171.67 0.59 0.76
Hex 9E E6 DC 1F 0 4 A AC 3B 4C
Octal 236 346 334 37 0 4 12 254 73 114
Binary 10011110 11100110 11011100 11111 0 100 1010 10101100 111011 1001100

Color Harmonies of #9EE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE6DC

Black with #9EE6DC

Text Example


Text Example

White with #9EE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,230,220); }

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

background-color css

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

 a { background-color: rgb(158,230,220); }

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

border-color css

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

 span { border-color: rgb(158,230,220); }

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