Html Css Color HEX #9EEEDC Ice Cold

📋 copy color: '#9EEEDC'

red 158 ◦ green 238 ◦ blue 220

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

Shades of Ice Cold #9EEEDC

Tints of Ice Cold #9EEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 25.65%
G = 38.64%
B = 35.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9EEEDC (or 0x9EEEDC) is known color: Ice Cold. HEX triplet: 9E, EE and DC. RGB value is (158,238,220). Sum of RGB (Red+Green+Blue) = 158+238+220=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEEDC is #611123. Grayscale: #D4D4D4. Windows color (decimal): -6361380 or 14479006. OLE color: 14479006.

HSL color Cylindrical-coordinate representation of color #9EEEDC: hue angle of 166.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEDC is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 238 220 -
CMYK 0.34 0 0.08 0.07
HSL 166.5º 0.7% 0.78% -
HSV(B) 166.5º 0.34% 0.93% -
XYZ 57.59 73.59 78.88 -
YUV 212.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 158 238 220 0.34 0 0.08 0.07 166.5 0.7 0.78
Hex 9E EE DC 22 0 8 7 A6 46 4E
Octal 236 356 334 42 0 10 7 246 106 116
Binary 10011110 11101110 11011100 100010 0 1000 111 10100110 1000110 1001110

Color Harmonies of #9EEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEEDC

Black with #9EEEDC

Text Example


Text Example

White with #9EEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,238,220); }

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

background-color css

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

 a { background-color: rgb(158,238,220); }

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

border-color css

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

 span { border-color: rgb(158,238,220); }

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