#9FE0CA

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

Shades of Ice Cold #9FE0CA

Tints of Ice Cold #9FE0CA

Color information

#9FE0CA (or 0x9FE0CA) is unknown color: approx Ice Cold. HEX triplet: 9F, E0 and CA. RGB value is (159,224,202). Sum of RGB (Red+Green+Blue) = 159+224+202=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0CA is #601F35. Grayscale: #CACACA. Windows color (decimal): -6299446 or 13295775. OLE color: 13295775.

HSL color Cylindrical-coordinate representation of color #9FE0CA: hue angle of 159.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0CA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB159224202-
CMYK0.2900.100.12
HSL159.69º51.18%75.1%-
HSV(B)159.69º29.02%87.84%-
XYZ51.6164.9565.69-
YUV202.06127.9797.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=27.18%
G=38.29%
B=34.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592242020.2900.100.12159.6951.1875.1
Hex9FE0CA1D0ACa0334b
Octal237340312350121424063113
Binary10011111111000001100101011101010101100101000001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,224,202); }

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

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

 a { background-color: rgb(159,224,202); }

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

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

 span { border-color: rgb(159,224,202); }

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