#97EDD9

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

Shades of Ice Cold #97EDD9

Tints of Ice Cold #97EDD9

Color information

#97EDD9 (or 0x97EDD9) is unknown color: approx Ice Cold. HEX triplet: 97, ED and D9. RGB value is (151,237,217). Sum of RGB (Red+Green+Blue) = 151+237+217=605 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.96% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDD9 is #681226. Grayscale: #D1D1D1. Windows color (decimal): -6820391 or 14282135. OLE color: 14282135.

HSL color Cylindrical-coordinate representation of color #97EDD9: hue angle of 166.05º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EDD9 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB151237217-
CMYK0.3600.080.07
HSL166.05º70.49%76.08%-
HSV(B)166.05º36.29%92.94%-
XYZ55.5772.1676.64-
YUV209.01132.5186.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.96%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 217 (85.16% from 255) = 35.87%
R=24.96%
G=39.17%
B=35.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512372170.3600.080.07166.0570.4976.08
Hex97EDD924087a6464c
Octal227355331440107246106114
Binary100101111110110111011001100100010001111010011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,237,217); }

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

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

 a { background-color: rgb(151,237,217); }

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

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

 span { border-color: rgb(151,237,217); }

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