#9FECDC

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

Shades of Ice Cold #9FECDC

Tints of Ice Cold #9FECDC

Color information

#9FECDC (or 0x9FECDC) is unknown color: approx Ice Cold. HEX triplet: 9F, EC and DC. RGB value is (159,236,220). Sum of RGB (Red+Green+Blue) = 159+236+220=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECDC is #601323. Grayscale: #D3D3D3. Windows color (decimal): -6296356 or 14478495. OLE color: 14478495.

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

Color convert

RGB159236220-
CMYK0.3300.070.07
HSL167.53º66.96%77.45%-
HSV(B)167.53º32.63%92.55%-
XYZ57.2172.5378.69-
YUV211.15132.9990.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.85%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=25.85%
G=38.37%
B=35.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592362200.3300.070.07167.5366.9677.45
Hex9FECDC21077a8434d
Octal23735433441077250103115
Binary10011111111011001101110010000101111111010100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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