#9EEBE1

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

Shades of Ice Cold #9EEBE1

Tints of Ice Cold #9EEBE1

Color information

#9EEBE1 (or 0x9EEBE1) is unknown color: approx Ice Cold. HEX triplet: 9E, EB and E1. RGB value is (158,235,225). Sum of RGB (Red+Green+Blue) = 158+235+225=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBE1 is #61141E. Grayscale: #D2D2D2. Windows color (decimal): -6362143 or 14805918. OLE color: 14805918.

HSL color Cylindrical-coordinate representation of color #9EEBE1: hue angle of 172.21º 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 #9EEBE1 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB158235225-
CMYK0.3300.040.08
HSL172.21º65.81%77.06%-
HSV(B)172.21º32.77%92.16%-
XYZ57.472.1282.13-
YUV210.84135.9990.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=25.57%
G=38.03%
B=36.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582352250.3300.040.08172.2165.8177.06
Hex9EEBE121048ac424d
Octal236353341410410254102115
Binary100111101110101111100001100001010010001010110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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