Html Css Color HEX #9EE9DB Ice Cold

📋 copy color: '#9EE9DB'

red 158 ◦ green 233 ◦ blue 219

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

Shades of Ice Cold #9EE9DB

Tints of Ice Cold #9EE9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.2%

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 25.9%
G = 38.2%
B = 35.9%

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

#9EE9DB (or 0x9EE9DB) is known color: Ice Cold. HEX triplet: 9E, E9 and DB. RGB value is (158,233,219). Sum of RGB (Red+Green+Blue) = 158+233+219=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9DB is #611624. Grayscale: #D0D0D0. Windows color (decimal): -6362661 or 14412190. OLE color: 14412190.

HSL color Cylindrical-coordinate representation of color #9EE9DB: hue angle of 168.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9DB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 219 -
CMYK 0.32 0 0.06 0.09
HSL 168.8º 0.63% 0.77% -
HSV(B) 168.8º 0.32% 0.91% -
XYZ 56.03 70.66 77.7 -
YUV 208.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 158 233 219 0.32 0 0.06 0.09 168.8 0.63 0.77
Hex 9E E9 DB 20 0 6 9 A9 3F 4D
Octal 236 351 333 40 0 6 11 251 77 115
Binary 10011110 11101001 11011011 100000 0 110 1001 10101001 111111 1001101

Color Harmonies of #9EE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE9DB

Black with #9EE9DB

Text Example


Text Example

White with #9EE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,233,219); }

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

background-color css

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

 a { background-color: rgb(158,233,219); }

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

border-color css

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

 span { border-color: rgb(158,233,219); }

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