Html Css Color HEX #9EEAD8 Ice Cold

📋 copy color: '#9EEAD8'

red 158 ◦ green 234 ◦ blue 216

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

Shades of Ice Cold #9EEAD8

Tints of Ice Cold #9EEAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.53%

R = 25.99%
G = 38.49%
B = 35.53%

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

#9EEAD8 (or 0x9EEAD8) is known color: Ice Cold. HEX triplet: 9E, EA and D8. RGB value is (158,234,216). Sum of RGB (Red+Green+Blue) = 158+234+216=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAD8 is #611527. Grayscale: #D1D1D1. Windows color (decimal): -6362408 or 14215838. OLE color: 14215838.

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

Color convert

RGB 158 234 216 -
CMYK 0.32 0 0.08 0.08
HSL 165.79º 0.64% 0.77% -
HSV(B) 165.79º 0.32% 0.92% -
XYZ 55.92 71.07 75.74 -
YUV 209.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 158 234 216 0.32 0 0.08 0.08 165.79 0.64 0.77
Hex 9E EA D8 20 0 8 8 A6 40 4D
Octal 236 352 330 40 0 10 10 246 100 115
Binary 10011110 11101010 11011000 100000 0 1000 1000 10100110 1000000 1001101

Color Harmonies of #9EEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAD8

Black with #9EEAD8

Text Example


Text Example

White with #9EEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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