#9EEFDC

Color #9EEFDC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9EEFDC

Tints of Ice Cold #9EEFDC

Color information

#9EEFDC (or 0x9EEFDC) is unknown color: approx Ice Cold. HEX triplet: 9E, EF and DC. RGB value is (158,239,220). Sum of RGB (Red+Green+Blue) = 158+239+220=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFDC is #611023. Grayscale: #D4D4D4. Windows color (decimal): -6361124 or 14479262. OLE color: 14479262.

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

Color convert

RGB158239220-
CMYK0.3400.080.06
HSL165.93º71.68%77.84%-
HSV(B)165.93º33.89%93.73%-
XYZ57.8974.1778.98-
YUV212.61132.1689.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.61%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=25.61%
G=38.74%
B=35.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582392200.3400.080.06165.9371.6877.84
Hex9EEFDC22086a6484e
Octal236357334420106246110116
Binary100111101110111111011100100010010001101010011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EEFDC;
 }
 .AnyTagClassName
 {
   color: #9EEFDC;
 }
</style>
background-color css

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

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

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

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

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

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