Html Css Color HEX #9EE5CF Ice Cold

📋 copy color: '#9EE5CF'

red 158 ◦ green 229 ◦ blue 207

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

Shades of Ice Cold #9EE5CF

Tints of Ice Cold #9EE5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.55%

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

R = 26.6%
G = 38.55%
B = 34.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#9EE5CF (or 0x9EE5CF) is known color: Ice Cold. HEX triplet: 9E, E5 and CF. RGB value is (158,229,207). Sum of RGB (Red+Green+Blue) = 158+229+207=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5CF is #611A30. Grayscale: #CDCDCD. Windows color (decimal): -6363697 or 13624734. OLE color: 13624734.

HSL color Cylindrical-coordinate representation of color #9EE5CF: hue angle of 161.41º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5CF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 229 207 -
CMYK 0.31 0 0.10 0.10
HSL 161.41º 0.58% 0.76% -
HSV(B) 161.41º 0.31% 0.9% -
XYZ 53.38 67.81 69.31 -
YUV 205.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 158 229 207 0.31 0 0.10 0.10 161.41 0.58 0.76
Hex 9E E5 CF 1F 0 A A A1 3A 4C
Octal 236 345 317 37 0 12 12 241 72 114
Binary 10011110 11100101 11001111 11111 0 1010 1010 10100001 111010 1001100

Color Harmonies of #9EE5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE5CF

Black with #9EE5CF

Text Example


Text Example

White with #9EE5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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