#9FE1CD

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

Shades of Ice Cold #9FE1CD

Tints of Ice Cold #9FE1CD

Color information

#9FE1CD (or 0x9FE1CD) is unknown color: approx Ice Cold. HEX triplet: 9F, E1 and CD. RGB value is (159,225,205). Sum of RGB (Red+Green+Blue) = 159+225+205=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1CD is #601E32. Grayscale: #CBCBCB. Windows color (decimal): -6299187 or 13492639. OLE color: 13492639.

HSL color Cylindrical-coordinate representation of color #9FE1CD: hue angle of 161.82º degrees, saturation: 0.52, 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 #9FE1CD is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB159225205-
CMYK0.2900.090.12
HSL161.82º52.38%75.29%-
HSV(B)161.82º29.33%88.24%-
XYZ52.2465.6367.67-
YUV202.99129.1396.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.99%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=26.99%
G=38.20%
B=34.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592252050.2900.090.12161.8252.3875.29
Hex9FE1CD1D09Ca2344b
Octal237341315350111424264113
Binary10011111111000011100110111101010011100101000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,225,205); }

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

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

 a { background-color: rgb(159,225,205); }

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

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

 span { border-color: rgb(159,225,205); }

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