#97E0BA

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

Shades of Vista Blue #97E0BA

Tints of Vista Blue #97E0BA

Color information

#97E0BA (or 0x97E0BA) is unknown color: approx Vista Blue. HEX triplet: 97, E0 and BA. RGB value is (151,224,186). Sum of RGB (Red+Green+Blue) = 151+224+186=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #97E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E0BA is #681F45. Grayscale: #C5C5C5. Windows color (decimal): -6823750 or 12247191. OLE color: 12247191.

HSL color Cylindrical-coordinate representation of color #97E0BA: hue angle of 148.77º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E0BA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB151224186-
CMYK0.3300.170.12
HSL148.77º54.07%73.53%-
HSV(B)148.77º32.59%87.84%-
XYZ48.2863.4456.15-
YUV197.84121.3294.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.92%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=26.92%
G=39.93%
B=33.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512241860.3300.170.12148.7754.0773.53
Hex97E0BA21011C95364a
Octal227340272410211422566112
Binary1001011111100000101110101000010100011100100101011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,224,186); }

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

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

 a { background-color: rgb(151,224,186); }

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

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

 span { border-color: rgb(151,224,186); }

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