#97ECB6

Color #97ECB6 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #97ECB6

Tints of Vista Blue #97ECB6

Color information

#97ECB6 (or 0x97ECB6) is unknown color: approx Vista Blue. HEX triplet: 97, EC and B6. RGB value is (151,236,182). Sum of RGB (Red+Green+Blue) = 151+236+182=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #97ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97ECB6 is #681349. Grayscale: #CCCCCC. Windows color (decimal): -6820682 or 11988119. OLE color: 11988119.

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

Color convert

RGB151236182-
CMYK0.3600.230.07
HSL141.88º69.11%75.88%-
HSV(B)141.88º36.02%92.55%-
XYZ51.269.9555.06-
YUV204.43115.3489.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.54%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=26.54%
G=41.48%
B=31.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512361820.3600.230.07141.8869.1175.88
Hex97ECB62401778e454c
Octal227354266440277216105114
Binary1001011111101100101101101001000101111111000111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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