Html Css Color HEX #9EF1DC Ice Cold

📋 copy color: '#9EF1DC'

red 158 ◦ green 241 ◦ blue 220

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

Shades of Ice Cold #9EF1DC

Tints of Ice Cold #9EF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.93%

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

R = 25.53%
G = 38.93%
B = 35.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9EF1DC (or 0x9EF1DC) is known color: Ice Cold. HEX triplet: 9E, F1 and DC. RGB value is (158,241,220). Sum of RGB (Red+Green+Blue) = 158+241+220=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1DC is #610E23. Grayscale: #D5D5D5. Windows color (decimal): -6360612 or 14479774. OLE color: 14479774.

HSL color Cylindrical-coordinate representation of color #9EF1DC: hue angle of 164.82º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1DC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 220 -
CMYK 0.34 0 0.09 0.05
HSL 164.82º 0.75% 0.78% -
HSV(B) 164.82º 0.34% 0.95% -
XYZ 58.47 75.35 79.17 -
YUV 213.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 158 241 220 0.34 0 0.09 0.05 164.82 0.75 0.78
Hex 9E F1 DC 22 0 9 5 A5 4B 4E
Octal 236 361 334 42 0 11 5 245 113 116
Binary 10011110 11110001 11011100 100010 0 1001 101 10100101 1001011 1001110

Color Harmonies of #9EF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1DC

Black with #9EF1DC

Text Example


Text Example

White with #9EF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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