#97CCB4

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

Shades of Vista Blue #97CCB4

Tints of Vista Blue #97CCB4

Color information

#97CCB4 (or 0x97CCB4) is unknown color: approx Vista Blue. HEX triplet: 97, CC and B4. RGB value is (151,204,180). Sum of RGB (Red+Green+Blue) = 151+204+180=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCB4 is #68334B. Grayscale: #B9B9B9. Windows color (decimal): -6828876 or 11848855. OLE color: 11848855.

HSL color Cylindrical-coordinate representation of color #97CCB4: hue angle of 152.83º 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 #97CCB4 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB151204180-
CMYK0.2600.120.2
HSL152.83º34.19%69.61%-
HSV(B)152.83º25.98%80%-
XYZ42.5953.0651.18-
YUV185.42124.94103.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=28.22%
G=38.13%
B=33.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041800.2600.120.2152.8334.1969.61
Hex97CCB41A0C14992246
Octal227314264320142423142106
Binary100101111100110010110100110100110010100100110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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