#97EBB9

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

Shades of Vista Blue #97EBB9

Tints of Vista Blue #97EBB9

Color information

#97EBB9 (or 0x97EBB9) is unknown color: approx Vista Blue. HEX triplet: 97, EB and B9. RGB value is (151,235,185). Sum of RGB (Red+Green+Blue) = 151+235+185=571 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.44% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBB9 is #681446. Grayscale: #CCCCCC. Windows color (decimal): -6820935 or 12184471. OLE color: 12184471.

HSL color Cylindrical-coordinate representation of color #97EBB9: hue angle of 144.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBB9 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB151235185-
CMYK0.3600.210.08
HSL144.29º67.74%75.69%-
HSV(B)144.29º35.74%92.16%-
XYZ51.2369.556.61-
YUV204.18117.1790.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.44%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=26.44%
G=41.16%
B=32.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351850.3600.210.08144.2967.7475.69
Hex97EBB924015890444c
Octal2273532714402510220104114
Binary10010111111010111011100110010001010110001001000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,235,185); }

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

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

 a { background-color: rgb(151,235,185); }

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

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

 span { border-color: rgb(151,235,185); }

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