#9FEFE1

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

Shades of Ice Cold #9FEFE1

Tints of Ice Cold #9FEFE1

Color information

#9FEFE1 (or 0x9FEFE1) is unknown color: approx Ice Cold. HEX triplet: 9F, EF and E1. RGB value is (159,239,225). Sum of RGB (Red+Green+Blue) = 159+239+225=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFE1 is #60101E. Grayscale: #D5D5D5. Windows color (decimal): -6295583 or 14806943. OLE color: 14806943.

HSL color Cylindrical-coordinate representation of color #9FEFE1: hue angle of 169.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFE1 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB159239225-
CMYK0.3300.060.06
HSL169.5º71.43%78.04%-
HSV(B)169.5º33.47%93.73%-
XYZ58.7674.5482.53-
YUV213.48134.589.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.52%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=25.52%
G=38.36%
B=36.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392250.3300.060.06169.571.4378.04
Hex9FEFE121066aa474e
Octal23735734141066252107116
Binary10011111111011111110000110000101101101010101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,225); }

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

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

 a { background-color: rgb(159,239,225); }

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

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

 span { border-color: rgb(159,239,225); }

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