#9FE4D6

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

Shades of Ice Cold #9FE4D6

Tints of Ice Cold #9FE4D6

Color information

#9FE4D6 (or 0x9FE4D6) is unknown color: approx Ice Cold. HEX triplet: 9F, E4 and D6. RGB value is (159,228,214). Sum of RGB (Red+Green+Blue) = 159+228+214=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4D6 is #601B29. Grayscale: #CDCDCD. Windows color (decimal): -6298410 or 14083231. OLE color: 14083231.

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

Color convert

RGB159228214-
CMYK0.3000.060.11
HSL167.83º56.1%75.88%-
HSV(B)167.83º30.26%89.41%-
XYZ54.1867.7173.83-
YUV205.77132.6494.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.46%
GREEN value IS 228 (89.45% from 255) = 37.94%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=26.46%
G=37.94%
B=35.61%

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
Decimal1592282140.3000.060.11167.8356.175.88
Hex9FE4D61E06Ba8384c
Octal23734432636061325070114
Binary1001111111100100110101101111001101011101010001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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