Html Css Color HEX #9EE1CF Ice Cold

📋 copy color: '#9EE1CF'

red 158 ◦ green 225 ◦ blue 207

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

Shades of Ice Cold #9EE1CF

Tints of Ice Cold #9EE1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.14%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 26.78%
G = 38.14%
B = 35.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#9EE1CF (or 0x9EE1CF) is known color: Ice Cold. HEX triplet: 9E, E1 and CF. RGB value is (158,225,207). Sum of RGB (Red+Green+Blue) = 158+225+207=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1CF is #611E30. Grayscale: #CACACA. Windows color (decimal): -6364721 or 13623710. OLE color: 13623710.

HSL color Cylindrical-coordinate representation of color #9EE1CF: hue angle of 163.88º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1CF is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 225 207 -
CMYK 0.30 0 0.08 0.12
HSL 163.88º 0.53% 0.75% -
HSV(B) 163.88º 0.3% 0.88% -
XYZ 52.29 65.62 68.94 -
YUV 202.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 158 225 207 0.30 0 0.08 0.12 163.88 0.53 0.75
Hex 9E E1 CF 1E 0 8 C A4 35 4B
Octal 236 341 317 36 0 10 14 244 65 113
Binary 10011110 11100001 11001111 11110 0 1000 1100 10100100 110101 1001011

Color Harmonies of #9EE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE1CF

Black with #9EE1CF

Text Example


Text Example

White with #9EE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,225,207); }

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

background-color css

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

 a { background-color: rgb(158,225,207); }

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

border-color css

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

 span { border-color: rgb(158,225,207); }

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