#9CE7DD

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

Shades of Ice Cold #9CE7DD

Tints of Ice Cold #9CE7DD

Color information

#9CE7DD (or 0x9CE7DD) is unknown color: approx Ice Cold. HEX triplet: 9C, E7 and DD. RGB value is (156,231,221). Sum of RGB (Red+Green+Blue) = 156+231+221=608 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.66% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE7DD is #631822. Grayscale: #CFCFCF. Windows color (decimal): -6494243 or 14542748. OLE color: 14542748.

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

Color convert

RGB156231221-
CMYK0.3200.040.09
HSL172º60.98%75.88%-
HSV(B)172º32.47%90.59%-
XYZ55.3469.4478.89-
YUV207.44135.6591.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.66%
GREEN value IS 231 (90.62% from 255) = 37.99%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=25.66%
G=37.99%
B=36.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562312210.3200.040.0917260.9875.88
Hex9CE7DD20049ac3d4c
Octal23434733540041125475114
Binary10011100111001111101110110000001001001101011001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,231,221); }

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

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

 a { background-color: rgb(156,231,221); }

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

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

 span { border-color: rgb(156,231,221); }

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