#97DEBE

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

Shades of Vista Blue #97DEBE

Tints of Vista Blue #97DEBE

Color information

#97DEBE (or 0x97DEBE) is unknown color: approx Vista Blue. HEX triplet: 97, DE and BE. RGB value is (151,222,190). Sum of RGB (Red+Green+Blue) = 151+222+190=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #97DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DEBE is #682141. Grayscale: #C5C5C5. Windows color (decimal): -6824258 or 12508823. OLE color: 12508823.

HSL color Cylindrical-coordinate representation of color #97DEBE: hue angle of 152.96º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DEBE is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB151222190-
CMYK0.3200.140.13
HSL152.96º51.82%73.14%-
HSV(B)152.96º31.98%87.06%-
XYZ48.1862.5458.25-
YUV197.12123.9895.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=26.82%
G=39.43%
B=33.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512221900.3200.140.13152.9651.8273.14
Hex97DEBE200ED993449
Octal227336276400161523164111
Binary100101111101111010111110100000011101101100110011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,222,190); }

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

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

 a { background-color: rgb(151,222,190); }

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

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

 span { border-color: rgb(151,222,190); }

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