Html Css Color HEX #9EE8D4 Ice Cold

📋 copy color: '#9EE8D4'

red 158 ◦ green 232 ◦ blue 212

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

Shades of Ice Cold #9EE8D4

Tints of Ice Cold #9EE8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 26.25%
G = 38.54%
B = 35.22%

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

#9EE8D4 (or 0x9EE8D4) is known color: Ice Cold. HEX triplet: 9E, E8 and D4. RGB value is (158,232,212). Sum of RGB (Red+Green+Blue) = 158+232+212=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8D4 is #61172B. Grayscale: #CFCFCF. Windows color (decimal): -6362924 or 13953182. OLE color: 13953182.

HSL color Cylindrical-coordinate representation of color #9EE8D4: hue angle of 163.78º 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 #9EE8D4 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 232 212 -
CMYK 0.32 0 0.09 0.09
HSL 163.78º 0.62% 0.76% -
HSV(B) 163.78º 0.32% 0.91% -
XYZ 54.84 69.74 72.86 -
YUV 207.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 158 232 212 0.32 0 0.09 0.09 163.78 0.62 0.76
Hex 9E E8 D4 20 0 9 9 A4 3E 4C
Octal 236 350 324 40 0 11 11 244 76 114
Binary 10011110 11101000 11010100 100000 0 1001 1001 10100100 111110 1001100

Color Harmonies of #9EE8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE8D4

Black with #9EE8D4

Text Example


Text Example

White with #9EE8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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