#97CCAE

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

Shades of Vista Blue #97CCAE

Tints of Vista Blue #97CCAE

Color information

#97CCAE (or 0x97CCAE) is unknown color: approx Vista Blue. HEX triplet: 97, CC and AE. RGB value is (151,204,174). Sum of RGB (Red+Green+Blue) = 151+204+174=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CCAE is #683351. Grayscale: #B8B8B8. Windows color (decimal): -6828882 or 11455639. OLE color: 11455639.

HSL color Cylindrical-coordinate representation of color #97CCAE: hue angle of 146.04º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CCAE is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB151204174-
CMYK0.2600.150.2
HSL146.04º34.19%69.61%-
HSV(B)146.04º25.98%80%-
XYZ4252.8248.03-
YUV184.73121.94103.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=28.54%
G=38.56%
B=32.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041740.2600.150.2146.0434.1969.61
Hex97CCAE1A0F14922246
Octal227314256320172422242106
Binary100101111100110010101110110100111110100100100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,174); }

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

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

 a { background-color: rgb(151,204,174); }

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

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

 span { border-color: rgb(151,204,174); }

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