#9FE9DC

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

Shades of Ice Cold #9FE9DC

Tints of Ice Cold #9FE9DC

Color information

#9FE9DC (or 0x9FE9DC) is unknown color: approx Ice Cold. HEX triplet: 9F, E9 and DC. RGB value is (159,233,220). Sum of RGB (Red+Green+Blue) = 159+233+220=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9DC is #601623. Grayscale: #D1D1D1. Windows color (decimal): -6297124 or 14477727. OLE color: 14477727.

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

Color convert

RGB159233220-
CMYK0.3200.060.09
HSL169.46º62.71%76.86%-
HSV(B)169.46º31.76%91.37%-
XYZ56.3670.8278.41-
YUV209.39133.9892.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.98%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=25.98%
G=38.07%
B=35.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592332200.3200.060.09169.4662.7176.86
Hex9FE9DC20069a93f4d
Octal23735133440061125177115
Binary10011111111010011101110010000001101001101010011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,233,220); }

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

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

 a { background-color: rgb(159,233,220); }

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

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

 span { border-color: rgb(159,233,220); }

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