#96CAB1

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

Shades of Vista Blue #96CAB1

Tints of Vista Blue #96CAB1

Color information

#96CAB1 (or 0x96CAB1) is unknown color: approx Vista Blue. HEX triplet: 96, CA and B1. RGB value is (150,202,177). Sum of RGB (Red+Green+Blue) = 150+202+177=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAB1 is #69354E. Grayscale: #B7B7B7. Windows color (decimal): -6894927 or 11651734. OLE color: 11651734.

HSL color Cylindrical-coordinate representation of color #96CAB1: hue angle of 151.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAB1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB150202177-
CMYK0.2600.120.21
HSL151.15º32.91%69.02%-
HSV(B)151.15º25.74%79.22%-
XYZ41.6351.949.42-
YUV183.6124.27104.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=28.36%
G=38.19%
B=33.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021770.2600.120.21151.1532.9169.02
Hex96CAB11A0C15972145
Octal226312261320142522741105
Binary100101101100101010110001110100110010101100101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CAB1; }

 p { color: rgb(150,202,177); }

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

<style>
 a { background-color: #96CAB1; }

 a { background-color: rgb(150,202,177); }

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

<style>
 span { border-color: #96CAB1; }

 span { border-color: rgb(150,202,177); }

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