#97EEBA

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

Shades of Vista Blue #97EEBA

Tints of Vista Blue #97EEBA

Color information

#97EEBA (or 0x97EEBA) is unknown color: approx Vista Blue. HEX triplet: 97, EE and BA. RGB value is (151,238,186). Sum of RGB (Red+Green+Blue) = 151+238+186=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #97EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EEBA is #681145. Grayscale: #CECECE. Windows color (decimal): -6820166 or 12250775. OLE color: 12250775.

HSL color Cylindrical-coordinate representation of color #97EEBA: hue angle of 144.14º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EEBA is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB151238186-
CMYK0.3700.220.07
HSL144.14º71.9%76.27%-
HSV(B)144.14º36.55%93.33%-
XYZ52.271.2757.46-
YUV206.06116.6888.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.26%
GREEN value IS 238 (93.36% from 255) = 41.39%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=26.26%
G=41.39%
B=32.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512381860.3700.220.07144.1471.976.27
Hex97EEBA25016790484c
Octal227356272450267220110114
Binary1001011111101110101110101001010101101111001000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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