#9FE8DA

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

Shades of Ice Cold #9FE8DA

Tints of Ice Cold #9FE8DA

Color information

#9FE8DA (or 0x9FE8DA) is unknown color: approx Ice Cold. HEX triplet: 9F, E8 and DA. RGB value is (159,232,218). Sum of RGB (Red+Green+Blue) = 159+232+218=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8DA is #601725. Grayscale: #D0D0D0. Windows color (decimal): -6297382 or 14346399. OLE color: 14346399.

HSL color Cylindrical-coordinate representation of color #9FE8DA: hue angle of 168.49º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8DA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB159232218-
CMYK0.3100.060.09
HSL168.49º61.34%76.67%-
HSV(B)168.49º31.47%90.98%-
XYZ55.8170.1576.93-
YUV208.58133.3292.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.11%
GREEN value IS 232 (91.02% from 255) = 38.10%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=26.11%
G=38.10%
B=35.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592322180.3100.060.09168.4961.3476.67
Hex9FE8DA1F069a83d4d
Octal23735033237061125075115
Binary1001111111101000110110101111101101001101010001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,232,218); }

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

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

 a { background-color: rgb(159,232,218); }

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

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

 span { border-color: rgb(159,232,218); }

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