#9EEBD7

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

Shades of Ice Cold #9EEBD7

Tints of Ice Cold #9EEBD7

Color information

#9EEBD7 (or 0x9EEBD7) is unknown color: approx Ice Cold. HEX triplet: 9E, EB and D7. RGB value is (158,235,215). Sum of RGB (Red+Green+Blue) = 158+235+215=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBD7 is #611428. Grayscale: #D1D1D1. Windows color (decimal): -6362153 or 14150558. OLE color: 14150558.

HSL color Cylindrical-coordinate representation of color #9EEBD7: hue angle of 164.42º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBD7 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB158235215-
CMYK0.3300.090.08
HSL164.42º65.81%77.06%-
HSV(B)164.42º32.77%92.16%-
XYZ56.0771.5975.15-
YUV209.7130.9991.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.99%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=25.99%
G=38.65%
B=35.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582352150.3300.090.08164.4265.8177.06
Hex9EEBD721098a4424d
Octal2363533274101110244102115
Binary1001111011101011110101111000010100110001010010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,235,215); }

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

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

 a { background-color: rgb(158,235,215); }

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

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

 span { border-color: rgb(158,235,215); }

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