#9CE8DE

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

Shades of Ice Cold #9CE8DE

Tints of Ice Cold #9CE8DE

Color information

#9CE8DE (or 0x9CE8DE) is unknown color: approx Ice Cold. HEX triplet: 9C, E8 and DE. RGB value is (156,232,222). Sum of RGB (Red+Green+Blue) = 156+232+222=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE8DE is #631721. Grayscale: #D0D0D0. Windows color (decimal): -6493986 or 14608540. OLE color: 14608540.

HSL color Cylindrical-coordinate representation of color #9CE8DE: hue angle of 172.11º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE8DE is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB156232222-
CMYK0.3300.040.09
HSL172.11º62.3%76.08%-
HSV(B)172.11º32.76%90.98%-
XYZ55.7570.0679.69-
YUV208.14135.8290.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.57%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=25.57%
G=38.03%
B=36.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562322220.3300.040.09172.1162.376.08
Hex9CE8DE21049ac3e4c
Octal23435033641041125476114
Binary10011100111010001101111010000101001001101011001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,232,222); }

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

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

 a { background-color: rgb(156,232,222); }

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

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

 span { border-color: rgb(156,232,222); }

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