Html Css Color HEX #9EF0DE Ice Cold

📋 copy color: '#9EF0DE'

red 158 ◦ green 240 ◦ blue 222

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

Shades of Ice Cold #9EF0DE

Tints of Ice Cold #9EF0DE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.71%

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 25.48%
G = 38.71%
B = 35.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9EF0DE (or 0x9EF0DE) is known color: Ice Cold. HEX triplet: 9E, F0 and DE. RGB value is (158,240,222). Sum of RGB (Red+Green+Blue) = 158+240+222=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF0DE is #610F21. Grayscale: #D5D5D5. Windows color (decimal): -6360866 or 14610590. OLE color: 14610590.

HSL color Cylindrical-coordinate representation of color #9EF0DE: hue angle of 166.83º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF0DE is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 222 -
CMYK 0.34 0 0.08 0.06
HSL 166.83º 0.73% 0.78% -
HSV(B) 166.83º 0.34% 0.94% -
XYZ 58.45 74.86 80.48 -
YUV 213.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 158 240 222 0.34 0 0.08 0.06 166.83 0.73 0.78
Hex 9E F0 DE 22 0 8 6 A7 49 4E
Octal 236 360 336 42 0 10 6 247 111 116
Binary 10011110 11110000 11011110 100010 0 1000 110 10100111 1001001 1001110

Color Harmonies of #9EF0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF0DE

Black with #9EF0DE

Text Example


Text Example

White with #9EF0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,240,222); }

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

background-color css

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

 a { background-color: rgb(158,240,222); }

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

border-color css

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

 span { border-color: rgb(158,240,222); }

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