#97EDDF

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

Shades of Ice Cold #97EDDF

Tints of Ice Cold #97EDDF

Color information

#97EDDF (or 0x97EDDF) is unknown color: approx Ice Cold. HEX triplet: 97, ED and DF. RGB value is (151,237,223). Sum of RGB (Red+Green+Blue) = 151+237+223=611 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.71% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDDF is #681220. Grayscale: #D1D1D1. Windows color (decimal): -6820385 or 14675351. OLE color: 14675351.

HSL color Cylindrical-coordinate representation of color #97EDDF: hue angle of 170.23º 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 #97EDDF is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB151237223-
CMYK0.3600.060.07
HSL170.23º70.49%76.08%-
HSV(B)170.23º36.29%92.94%-
XYZ56.3772.4880.83-
YUV209.69135.5186.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.71%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=24.71%
G=38.79%
B=36.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512372230.3600.060.07170.2370.4976.08
Hex97EDDF24067aa464c
Octal22735533744067252106114
Binary10010111111011011101111110010001101111010101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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