#9FECDB

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

Shades of Ice Cold #9FECDB

Tints of Ice Cold #9FECDB

Color information

#9FECDB (or 0x9FECDB) is unknown color: approx Ice Cold. HEX triplet: 9F, EC and DB. RGB value is (159,236,219). Sum of RGB (Red+Green+Blue) = 159+236+219=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECDB is #601324. Grayscale: #D3D3D3. Windows color (decimal): -6296357 or 14412959. OLE color: 14412959.

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

Color convert

RGB159236219-
CMYK0.3300.070.07
HSL166.75º66.96%77.45%-
HSV(B)166.75º32.63%92.55%-
XYZ57.0872.4878-
YUV211.04132.4990.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.90%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=25.90%
G=38.44%
B=35.67%

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
Decimal1592362190.3300.070.07166.7566.9677.45
Hex9FECDB21077a7434d
Octal23735433341077247103115
Binary10011111111011001101101110000101111111010011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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