#97ECDC

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

Shades of Ice Cold #97ECDC

Tints of Ice Cold #97ECDC

Color information

#97ECDC (or 0x97ECDC) is unknown color: approx Ice Cold. HEX triplet: 97, EC and DC. RGB value is (151,236,220). Sum of RGB (Red+Green+Blue) = 151+236+220=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #97ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97ECDC is #681323. Grayscale: #D0D0D0. Windows color (decimal): -6820644 or 14478487. OLE color: 14478487.

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

Color convert

RGB151236220-
CMYK0.3600.070.07
HSL168.71º69.11%75.88%-
HSV(B)168.71º36.02%92.55%-
XYZ55.6871.7478.62-
YUV208.76134.3486.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.88%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=24.88%
G=38.88%
B=36.24%

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
Decimal1512362200.3600.070.07168.7169.1175.88
Hex97ECDC24077a9454c
Octal22735433444077251105114
Binary10010111111011001101110010010001111111010100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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