#9CE2CE

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

Shades of Ice Cold #9CE2CE

Tints of Ice Cold #9CE2CE

Color information

#9CE2CE (or 0x9CE2CE) is unknown color: approx Ice Cold. HEX triplet: 9C, E2 and CE. RGB value is (156,226,206). Sum of RGB (Red+Green+Blue) = 156+226+206=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #9CE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE2CE is #631D31. Grayscale: #CACACA. Windows color (decimal): -6495538 or 13558428. OLE color: 13558428.

HSL color Cylindrical-coordinate representation of color #9CE2CE: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE2CE is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB156226206-
CMYK0.3100.090.11
HSL162.86º54.69%74.9%-
HSV(B)162.86º30.97%88.63%-
XYZ52.0565.9268.37-
YUV202.79129.8194.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.53%
GREEN value IS 226 (88.67% from 255) = 38.44%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=26.53%
G=38.44%
B=35.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562262060.3100.090.11162.8654.6974.9
Hex9CE2CE1F09Ba3374b
Octal234342316370111324367113
Binary10011100111000101100111011111010011011101000111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,226,206); }

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

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

 a { background-color: rgb(156,226,206); }

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

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

 span { border-color: rgb(156,226,206); }

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