#9FECD7

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

Shades of Ice Cold #9FECD7

Tints of Ice Cold #9FECD7

Color information

#9FECD7 (or 0x9FECD7) is unknown color: approx Ice Cold. HEX triplet: 9F, EC and D7. RGB value is (159,236,215). Sum of RGB (Red+Green+Blue) = 159+236+215=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECD7 is #601328. Grayscale: #D2D2D2. Windows color (decimal): -6296361 or 14150815. OLE color: 14150815.

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

Color convert

RGB159236215-
CMYK0.3300.090.07
HSL163.64º66.96%77.45%-
HSV(B)163.64º32.63%92.55%-
XYZ56.5672.2775.26-
YUV210.58130.4991.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.07%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 215 (84.38% from 255) = 35.25%
R=26.07%
G=38.69%
B=35.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592362150.3300.090.07163.6466.9677.45
Hex9FECD721097a4434d
Octal237354327410117244103115
Binary100111111110110011010111100001010011111010010010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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