#9CEDD9

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

Shades of Ice Cold #9CEDD9

Tints of Ice Cold #9CEDD9

Color information

#9CEDD9 (or 0x9CEDD9) is unknown color: approx Ice Cold. HEX triplet: 9C, ED and D9. RGB value is (156,237,217). Sum of RGB (Red+Green+Blue) = 156+237+217=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDD9 is #631226. Grayscale: #D2D2D2. Windows color (decimal): -6492711 or 14282140. OLE color: 14282140.

HSL color Cylindrical-coordinate representation of color #9CEDD9: hue angle of 165.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEDD9 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB156237217-
CMYK0.3400.080.07
HSL165.19º69.23%77.06%-
HSV(B)165.19º34.18%92.94%-
XYZ56.5272.6576.69-
YUV210.5131.6689.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.57%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=25.57%
G=38.85%
B=35.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372170.3400.080.07165.1969.2377.06
Hex9CEDD922087a5454d
Octal234355331420107245105115
Binary100111001110110111011001100010010001111010010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,237,217); }

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

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

 a { background-color: rgb(156,237,217); }

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

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

 span { border-color: rgb(156,237,217); }

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