Html Css Color HEX #9EE2D3 Ice Cold

📋 copy color: '#9EE2D3'

red 158 ◦ green 226 ◦ blue 211

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

Shades of Ice Cold #9EE2D3

Tints of Ice Cold #9EE2D3

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.98%

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

R = 26.55%
G = 37.98%
B = 35.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#9EE2D3 (or 0x9EE2D3) is known color: Ice Cold. HEX triplet: 9E, E2 and D3. RGB value is (158,226,211). Sum of RGB (Red+Green+Blue) = 158+226+211=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE2D3 is #611D2C. Grayscale: #CBCBCB. Windows color (decimal): -6364461 or 13886110. OLE color: 13886110.

HSL color Cylindrical-coordinate representation of color #9EE2D3: hue angle of 166.76º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE2D3 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 226 211 -
CMYK 0.30 0 0.07 0.11
HSL 166.76º 0.54% 0.75% -
HSV(B) 166.76º 0.3% 0.89% -
XYZ 53.05 66.36 71.64 -
YUV 203.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 158 226 211 0.30 0 0.07 0.11 166.76 0.54 0.75
Hex 9E E2 D3 1E 0 7 B A7 36 4B
Octal 236 342 323 36 0 7 13 247 66 113
Binary 10011110 11100010 11010011 11110 0 111 1011 10100111 110110 1001011

Color Harmonies of #9EE2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE2D3

Black with #9EE2D3

Text Example


Text Example

White with #9EE2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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