Html Css Color HEX #9EE5DB Ice Cold

📋 copy color: '#9EE5DB'

red 158 ◦ green 229 ◦ blue 219

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

Shades of Ice Cold #9EE5DB

Tints of Ice Cold #9EE5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.79%

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

R = 26.07%
G = 37.79%
B = 36.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#9EE5DB (or 0x9EE5DB) is known color: Ice Cold. HEX triplet: 9E, E5 and DB. RGB value is (158,229,219). Sum of RGB (Red+Green+Blue) = 158+229+219=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5DB is #611A24. Grayscale: #CECECE. Windows color (decimal): -6363685 or 14411166. OLE color: 14411166.

HSL color Cylindrical-coordinate representation of color #9EE5DB: hue angle of 171.55º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5DB is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 229 219 -
CMYK 0.31 0 0.04 0.10
HSL 171.55º 0.58% 0.76% -
HSV(B) 171.55º 0.31% 0.9% -
XYZ 54.91 68.42 77.33 -
YUV 206.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 158 229 219 0.31 0 0.04 0.10 171.55 0.58 0.76
Hex 9E E5 DB 1F 0 4 A AC 3A 4C
Octal 236 345 333 37 0 4 12 254 72 114
Binary 10011110 11100101 11011011 11111 0 100 1010 10101100 111010 1001100

Color Harmonies of #9EE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE5DB

Black with #9EE5DB

Text Example


Text Example

White with #9EE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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