#97F2DF

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

Shades of Ice Cold #97F2DF

Tints of Ice Cold #97F2DF

Color information

#97F2DF (or 0x97F2DF) is unknown color: approx Ice Cold. HEX triplet: 97, F2 and DF. RGB value is (151,242,223). Sum of RGB (Red+Green+Blue) = 151+242+223=616 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.51% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2DF is #680D20. Grayscale: #D4D4D4. Windows color (decimal): -6819105 or 14676631. OLE color: 14676631.

HSL color Cylindrical-coordinate representation of color #97F2DF: hue angle of 167.47º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F2DF is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB151242223-
CMYK0.3800.080.05
HSL167.47º77.78%77.06%-
HSV(B)167.47º37.6%94.9%-
XYZ57.8375.4181.32-
YUV212.62133.8584.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.51%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=24.51%
G=39.29%
B=36.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512422230.3800.080.05167.4777.7877.06
Hex97F2DF26085a74e4d
Octal227362337460105247116115
Binary100101111111001011011111100110010001011010011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F2DF; }

 p { color: rgb(151,242,223); }

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

<style>
 a { background-color: #97F2DF; }

 a { background-color: rgb(151,242,223); }

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

<style>
 span { border-color: #97F2DF; }

 span { border-color: rgb(151,242,223); }

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