Html Css Color HEX #9EF1DF Ice Cold

📋 copy color: '#9EF1DF'

red 158 ◦ green 241 ◦ blue 223

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

Shades of Ice Cold #9EF1DF

Tints of Ice Cold #9EF1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 25.4%
G = 38.75%
B = 35.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#9EF1DF (or 0x9EF1DF) is known color: Ice Cold. HEX triplet: 9E, F1 and DF. RGB value is (158,241,223). Sum of RGB (Red+Green+Blue) = 158+241+223=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1DF is #610E20. Grayscale: #D6D6D6. Windows color (decimal): -6360609 or 14676382. OLE color: 14676382.

HSL color Cylindrical-coordinate representation of color #9EF1DF: hue angle of 166.99º 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 #9EF1DF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 223 -
CMYK 0.34 0 0.07 0.05
HSL 166.99º 0.75% 0.78% -
HSV(B) 166.99º 0.34% 0.95% -
XYZ 58.88 75.51 81.28 -
YUV 214.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 158 241 223 0.34 0 0.07 0.05 166.99 0.75 0.78
Hex 9E F1 DF 22 0 7 5 A7 4B 4E
Octal 236 361 337 42 0 7 5 247 113 116
Binary 10011110 11110001 11011111 100010 0 111 101 10100111 1001011 1001110

Color Harmonies of #9EF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1DF

Black with #9EF1DF

Text Example


Text Example

White with #9EF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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