#97EFBD

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

Shades of Vista Blue #97EFBD

Tints of Vista Blue #97EFBD

Color information

#97EFBD (or 0x97EFBD) is unknown color: approx Vista Blue. HEX triplet: 97, EF and BD. RGB value is (151,239,189). Sum of RGB (Red+Green+Blue) = 151+239+189=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EFBD is #681042. Grayscale: #CFCFCF. Windows color (decimal): -6819907 or 12447639. OLE color: 12447639.

HSL color Cylindrical-coordinate representation of color #97EFBD: hue angle of 145.91º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFBD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB151239189-
CMYK0.3700.210.06
HSL145.91º73.33%76.47%-
HSV(B)145.91º36.82%93.73%-
XYZ52.8171.9959.26-
YUV206.99117.8588.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.08%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=26.08%
G=41.28%
B=32.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512391890.3700.210.06145.9173.3376.47
Hex97EFBD25015692494c
Octal227357275450256222111114
Binary1001011111101111101111011001010101011101001001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,239,189); }

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

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

 a { background-color: rgb(151,239,189); }

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

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

 span { border-color: rgb(151,239,189); }

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