#9FF0DD

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

Shades of Ice Cold #9FF0DD

Tints of Ice Cold #9FF0DD

Color information

#9FF0DD (or 0x9FF0DD) is unknown color: approx Ice Cold. HEX triplet: 9F, F0 and DD. RGB value is (159,240,221). Sum of RGB (Red+Green+Blue) = 159+240+221=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF0DD is #600F22. Grayscale: #D5D5D5. Windows color (decimal): -6295331 or 14545055. OLE color: 14545055.

HSL color Cylindrical-coordinate representation of color #9FF0DD: hue angle of 165.93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0DD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB159240221-
CMYK0.3400.080.06
HSL165.93º72.97%78.24%-
HSV(B)165.93º33.75%94.12%-
XYZ58.5174.9179.78-
YUV213.62132.1689.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.65%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=25.65%
G=38.71%
B=35.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592402210.3400.080.06165.9372.9778.24
Hex9FF0DD22086a6494e
Octal237360335420106246111116
Binary100111111111000011011101100010010001101010011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,240,221); }

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

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

 a { background-color: rgb(159,240,221); }

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

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

 span { border-color: rgb(159,240,221); }

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