#96CCB0

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

Shades of Vista Blue #96CCB0

Tints of Vista Blue #96CCB0

Color information

#96CCB0 (or 0x96CCB0) is unknown color: approx Vista Blue. HEX triplet: 96, CC and B0. RGB value is (150,204,176). Sum of RGB (Red+Green+Blue) = 150+204+176=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCB0 is #69334F. Grayscale: #B8B8B8. Windows color (decimal): -6894416 or 11586710. OLE color: 11586710.

HSL color Cylindrical-coordinate representation of color #96CCB0: hue angle of 148.89º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCB0 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB150204176-
CMYK0.2600.140.2
HSL148.89º34.62%69.41%-
HSV(B)148.89º26.47%80%-
XYZ42.0152.849.05-
YUV184.66123.11103.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=28.30%
G=38.49%
B=33.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041760.2600.140.2148.8934.6269.41
Hex96CCB01A0E14952345
Octal226314260320162422543105
Binary100101101100110010110000110100111010100100101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,176); }

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

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

 a { background-color: rgb(150,204,176); }

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

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

 span { border-color: rgb(150,204,176); }

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