Html Css Color HEX #9EE6D9 Ice Cold

📋 copy color: '#9EE6D9'

red 158 ◦ green 230 ◦ blue 217

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

Shades of Ice Cold #9EE6D9

Tints of Ice Cold #9EE6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.87%

R = 26.12%
G = 38.02%
B = 35.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#9EE6D9 (or 0x9EE6D9) is known color: Ice Cold. HEX triplet: 9E, E6 and D9. RGB value is (158,230,217). Sum of RGB (Red+Green+Blue) = 158+230+217=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6D9 is #611926. Grayscale: #CECECE. Windows color (decimal): -6363431 or 14280350. OLE color: 14280350.

HSL color Cylindrical-coordinate representation of color #9EE6D9: hue angle of 169.17º 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 #9EE6D9 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 230 217 -
CMYK 0.31 0 0.06 0.10
HSL 169.17º 0.59% 0.76% -
HSV(B) 169.17º 0.31% 0.9% -
XYZ 54.92 68.87 76.04 -
YUV 206.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 158 230 217 0.31 0 0.06 0.10 169.17 0.59 0.76
Hex 9E E6 D9 1F 0 6 A A9 3B 4C
Octal 236 346 331 37 0 6 12 251 73 114
Binary 10011110 11100110 11011001 11111 0 110 1010 10101001 111011 1001100

Color Harmonies of #9EE6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE6D9

Black with #9EE6D9

Text Example


Text Example

White with #9EE6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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