#9FE3D8

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

Shades of Ice Cold #9FE3D8

Tints of Ice Cold #9FE3D8

Color information

#9FE3D8 (or 0x9FE3D8) is unknown color: approx Ice Cold. HEX triplet: 9F, E3 and D8. RGB value is (159,227,216). Sum of RGB (Red+Green+Blue) = 159+227+216=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3D8 is #601C27. Grayscale: #CDCDCD. Windows color (decimal): -6298664 or 14214047. OLE color: 14214047.

HSL color Cylindrical-coordinate representation of color #9FE3D8: hue angle of 170.29º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3D8 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB159227216-
CMYK0.3000.050.11
HSL170.29º54.84%75.69%-
HSV(B)170.29º29.96%89.02%-
XYZ54.1667.2775.09-
YUV205.41133.9794.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=26.41%
G=37.71%
B=35.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592272160.3000.050.11170.2954.8475.69
Hex9FE3D81E05Baa374c
Octal23734333036051325267114
Binary1001111111100011110110001111001011011101010101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,227,216); }

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

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

 a { background-color: rgb(159,227,216); }

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

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

 span { border-color: rgb(159,227,216); }

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