#97EDDC

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

Shades of Ice Cold #97EDDC

Tints of Ice Cold #97EDDC

Color information

#97EDDC (or 0x97EDDC) is unknown color: approx Ice Cold. HEX triplet: 97, ED and DC. RGB value is (151,237,220). Sum of RGB (Red+Green+Blue) = 151+237+220=608 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.84% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDDC is #681223. Grayscale: #D1D1D1. Windows color (decimal): -6820388 or 14478743. OLE color: 14478743.

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

Color convert

RGB151237220-
CMYK0.3600.070.07
HSL168.14º70.49%76.08%-
HSV(B)168.14º36.29%92.94%-
XYZ55.9672.3178.72-
YUV209.35134.0186.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.84%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=24.84%
G=38.98%
B=36.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512372200.3600.070.07168.1470.4976.08
Hex97EDDC24077a8464c
Octal22735533444077250106114
Binary10010111111011011101110010010001111111010100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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