#9FE3D6

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

Shades of Ice Cold #9FE3D6

Tints of Ice Cold #9FE3D6

Color information

#9FE3D6 (or 0x9FE3D6) is unknown color: approx Ice Cold. HEX triplet: 9F, E3 and D6. RGB value is (159,227,214). Sum of RGB (Red+Green+Blue) = 159+227+214=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3D6 is #601C29. Grayscale: #CDCDCD. Windows color (decimal): -6298666 or 14082975. OLE color: 14082975.

HSL color Cylindrical-coordinate representation of color #9FE3D6: hue angle of 168.53º 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 #9FE3D6 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB159227214-
CMYK0.3000.060.11
HSL168.53º54.84%75.69%-
HSV(B)168.53º29.96%89.02%-
XYZ53.967.1673.74-
YUV205.19132.9795.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=26.5%
G=37.83%
B=35.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592272140.3000.060.11168.5354.8475.69
Hex9FE3D61E06Ba9374c
Octal23734332636061325167114
Binary1001111111100011110101101111001101011101010011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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