#97EBD7

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

Shades of Ice Cold #97EBD7

Tints of Ice Cold #97EBD7

Color information

#97EBD7 (or 0x97EBD7) is unknown color: approx Ice Cold. HEX triplet: 97, EB and D7. RGB value is (151,235,215). Sum of RGB (Red+Green+Blue) = 151+235+215=601 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.12% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBD7 is #681428. Grayscale: #CFCFCF. Windows color (decimal): -6820905 or 14150551. OLE color: 14150551.

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

Color convert

RGB151235215-
CMYK0.3600.090.08
HSL165.71º67.74%75.69%-
HSV(B)165.71º35.74%92.16%-
XYZ54.7470.975.09-
YUV207.6132.1787.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.12%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=25.12%
G=39.10%
B=35.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512352150.3600.090.08165.7167.7475.69
Hex97EBD724098a6444c
Octal2273533274401110246104114
Binary1001011111101011110101111001000100110001010011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,235,215); }

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

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

 a { background-color: rgb(151,235,215); }

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

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

 span { border-color: rgb(151,235,215); }

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