#9EF1DC

Color #9EF1DC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9EF1DC

Tints of Ice Cold #9EF1DC

Color information

#9EF1DC (or 0x9EF1DC) is unknown color: approx 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

RGB158241220-
CMYK0.3400.090.05
HSL164.82º74.77%78.24%-
HSV(B)164.82º34.44%94.51%-
XYZ58.4775.3579.17-
YUV213.79131.588.21-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582412200.3400.090.05164.8274.7778.24
Hex9EF1DC22095a54b4e
Octal236361334420115245113116
Binary100111101111000111011100100010010011011010010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>