#97E5BC

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

Shades of Vista Blue #97E5BC

Tints of Vista Blue #97E5BC

Color information

#97E5BC (or 0x97E5BC) is unknown color: approx Vista Blue. HEX triplet: 97, E5 and BC. RGB value is (151,229,188). Sum of RGB (Red+Green+Blue) = 151+229+188=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #97E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E5BC is #681A43. Grayscale: #C9C9C9. Windows color (decimal): -6822468 or 12379543. OLE color: 12379543.

HSL color Cylindrical-coordinate representation of color #97E5BC: hue angle of 148.46º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E5BC is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB151229188-
CMYK0.3400.180.10
HSL148.46º60%74.51%-
HSV(B)148.46º34.06%89.8%-
XYZ49.8666.2557.74-
YUV201120.6692.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.58%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=26.58%
G=40.32%
B=33.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1512291880.3400.180.10148.466074.51
Hex97E5BC22012A943c4b
Octal227345274420221222474113
Binary1001011111100101101111001000100100101010100101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,229,188); }

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

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

 a { background-color: rgb(151,229,188); }

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

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

 span { border-color: rgb(151,229,188); }

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