Html Css Color HEX #9EE8DA Ice Cold

📋 copy color: '#9EE8DA'

red 158 ◦ green 232 ◦ blue 218

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

Shades of Ice Cold #9EE8DA

Tints of Ice Cold #9EE8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 25.99%
G = 38.16%
B = 35.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#9EE8DA (or 0x9EE8DA) is known color: Ice Cold. HEX triplet: 9E, E8 and DA. RGB value is (158,232,218). Sum of RGB (Red+Green+Blue) = 158+232+218=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8DA is #611725. Grayscale: #D0D0D0. Windows color (decimal): -6362918 or 14346398. OLE color: 14346398.

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

Color convert

RGB 158 232 218 -
CMYK 0.32 0 0.06 0.09
HSL 168.65º 0.62% 0.76% -
HSV(B) 168.65º 0.32% 0.91% -
XYZ 55.61 70.04 76.92 -
YUV 208.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 158 232 218 0.32 0 0.06 0.09 168.65 0.62 0.76
Hex 9E E8 DA 20 0 6 9 A9 3E 4C
Octal 236 350 332 40 0 6 11 251 76 114
Binary 10011110 11101000 11011010 100000 0 110 1001 10101001 111110 1001100

Color Harmonies of #9EE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE8DA

Black with #9EE8DA

Text Example


Text Example

White with #9EE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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