#9DE2CE

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

Shades of Ice Cold #9DE2CE

Tints of Ice Cold #9DE2CE

Color information

#9DE2CE (or 0x9DE2CE) is unknown color: approx Ice Cold. HEX triplet: 9D, E2 and CE. RGB value is (157,226,206). Sum of RGB (Red+Green+Blue) = 157+226+206=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2CE is #621D31. Grayscale: #CBCBCB. Windows color (decimal): -6430002 or 13558429. OLE color: 13558429.

HSL color Cylindrical-coordinate representation of color #9DE2CE: hue angle of 162.61º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE2CE is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB157226206-
CMYK0.3100.090.11
HSL162.61º54.33%75.1%-
HSV(B)162.61º30.53%88.63%-
XYZ52.2466.0268.38-
YUV203.09129.6495.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.66%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=26.66%
G=38.37%
B=34.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572262060.3100.090.11162.6154.3375.1
Hex9DE2CE1F09Ba3364b
Octal235342316370111324366113
Binary10011101111000101100111011111010011011101000111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,226,206); }

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

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

 a { background-color: rgb(157,226,206); }

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

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

 span { border-color: rgb(157,226,206); }

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