#9FF1DF

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

Shades of Ice Cold #9FF1DF

Tints of Ice Cold #9FF1DF

Color information

#9FF1DF (or 0x9FF1DF) is unknown color: approx Ice Cold. HEX triplet: 9F, F1 and DF. RGB value is (159,241,223). Sum of RGB (Red+Green+Blue) = 159+241+223=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1DF is #600E20. Grayscale: #D6D6D6. Windows color (decimal): -6295073 or 14676383. OLE color: 14676383.

HSL color Cylindrical-coordinate representation of color #9FF1DF: hue angle of 166.83º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1DF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB159241223-
CMYK0.3400.070.05
HSL166.83º74.55%78.43%-
HSV(B)166.83º34.02%94.51%-
XYZ59.0775.6181.29-
YUV214.43132.8388.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.52%
GREEN value IS 241 (94.53% from 255) = 38.68%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=25.52%
G=38.68%
B=35.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592412230.3400.070.05166.8374.5578.43
Hex9FF1DF22075a74b4e
Octal23736133742075247113116
Binary10011111111100011101111110001001111011010011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,241,223); }

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

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

 a { background-color: rgb(159,241,223); }

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

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

 span { border-color: rgb(159,241,223); }

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