Html Css Color HEX #9EEAD7 Ice Cold

📋 copy color: '#9EEAD7'

red 158 ◦ green 234 ◦ blue 215

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

Shades of Ice Cold #9EEAD7

Tints of Ice Cold #9EEAD7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.55%

 BLUE value IS 215 (84.38% from 255) = 35.42%

R = 26.03%
G = 38.55%
B = 35.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#9EEAD7 (or 0x9EEAD7) is known color: Ice Cold. HEX triplet: 9E, EA and D7. RGB value is (158,234,215). Sum of RGB (Red+Green+Blue) = 158+234+215=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAD7 is #611528. Grayscale: #D1D1D1. Windows color (decimal): -6362409 or 14150302. OLE color: 14150302.

HSL color Cylindrical-coordinate representation of color #9EEAD7: hue angle of 165º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAD7 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 215 -
CMYK 0.32 0 0.08 0.08
HSL 165º 0.64% 0.77% -
HSV(B) 165º 0.32% 0.92% -
XYZ 55.79 71.02 75.06 -
YUV 209.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 158 234 215 0.32 0 0.08 0.08 165 0.64 0.77
Hex 9E EA D7 20 0 8 8 A5 40 4D
Octal 236 352 327 40 0 10 10 245 100 115
Binary 10011110 11101010 11010111 100000 0 1000 1000 10100101 1000000 1001101

Color Harmonies of #9EEAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAD7

Black with #9EEAD7

Text Example


Text Example

White with #9EEAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,234,215); }

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

background-color css

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

 a { background-color: rgb(158,234,215); }

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

border-color css

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

 span { border-color: rgb(158,234,215); }

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