Html Css Color HEX #9EE8D3 Ice Cold

📋 copy color: '#9EE8D3'

red 158 ◦ green 232 ◦ blue 211

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

Shades of Ice Cold #9EE8D3

Tints of Ice Cold #9EE8D3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.6%

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 26.29%
G = 38.6%
B = 35.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#9EE8D3 (or 0x9EE8D3) is known color: Ice Cold. HEX triplet: 9E, E8 and D3. RGB value is (158,232,211). Sum of RGB (Red+Green+Blue) = 158+232+211=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8D3 is #61172C. Grayscale: #CFCFCF. Windows color (decimal): -6362925 or 13887646. OLE color: 13887646.

HSL color Cylindrical-coordinate representation of color #9EE8D3: hue angle of 162.97º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8D3 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 232 211 -
CMYK 0.32 0 0.09 0.09
HSL 162.97º 0.62% 0.76% -
HSV(B) 162.97º 0.32% 0.91% -
XYZ 54.72 69.69 72.19 -
YUV 207.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 158 232 211 0.32 0 0.09 0.09 162.97 0.62 0.76
Hex 9E E8 D3 20 0 9 9 A3 3E 4C
Octal 236 350 323 40 0 11 11 243 76 114
Binary 10011110 11101000 11010011 100000 0 1001 1001 10100011 111110 1001100

Color Harmonies of #9EE8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE8D3

Black with #9EE8D3

Text Example


Text Example

White with #9EE8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,232,211); }

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

background-color css

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

 a { background-color: rgb(158,232,211); }

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

border-color css

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

 span { border-color: rgb(158,232,211); }

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