#9FECE0

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

Shades of Ice Cold #9FECE0

Tints of Ice Cold #9FECE0

Color information

#9FECE0 (or 0x9FECE0) is unknown color: approx Ice Cold. HEX triplet: 9F, EC and E0. RGB value is (159,236,224). Sum of RGB (Red+Green+Blue) = 159+236+224=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECE0 is #60131F. Grayscale: #D3D3D3. Windows color (decimal): -6296352 or 14740639. OLE color: 14740639.

HSL color Cylindrical-coordinate representation of color #9FECE0: hue angle of 170.65º 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 #9FECE0 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB159236224-
CMYK0.3300.050.07
HSL170.65º66.96%77.45%-
HSV(B)170.65º32.63%92.55%-
XYZ57.7572.7481.52-
YUV211.61134.9990.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.69%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=25.69%
G=38.13%
B=36.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592362240.3300.050.07170.6566.9677.45
Hex9FECE021057ab434d
Octal23735434041057253103115
Binary10011111111011001110000010000101011111010101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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