#9CECDC

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

Shades of Ice Cold #9CECDC

Tints of Ice Cold #9CECDC

Color information

#9CECDC (or 0x9CECDC) is unknown color: approx Ice Cold. HEX triplet: 9C, EC and DC. RGB value is (156,236,220). Sum of RGB (Red+Green+Blue) = 156+236+220=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECDC is #631323. Grayscale: #D2D2D2. Windows color (decimal): -6492964 or 14478492. OLE color: 14478492.

HSL color Cylindrical-coordinate representation of color #9CECDC: hue angle of 168º degrees, saturation: 0.68, 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 #9CECDC is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB156236220-
CMYK0.3400.070.07
HSL168º67.8%76.86%-
HSV(B)168º33.9%92.55%-
XYZ56.6272.2378.67-
YUV210.26133.589.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.49%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=25.49%
G=38.56%
B=35.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562362200.3400.070.0716867.876.86
Hex9CECDC22077a8444d
Octal23435433442077250104115
Binary10011100111011001101110010001001111111010100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,236,220); }

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

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

 a { background-color: rgb(156,236,220); }

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

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

 span { border-color: rgb(156,236,220); }

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