#96CBB0

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

Shades of Vista Blue #96CBB0

Tints of Vista Blue #96CBB0

Color information

#96CBB0 (or 0x96CBB0) is unknown color: approx Vista Blue. HEX triplet: 96, CB and B0. RGB value is (150,203,176). Sum of RGB (Red+Green+Blue) = 150+203+176=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBB0 is #69344F. Grayscale: #B8B8B8. Windows color (decimal): -6894672 or 11586454. OLE color: 11586454.

HSL color Cylindrical-coordinate representation of color #96CBB0: hue angle of 149.43º degrees, saturation: 0.34, 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 #96CBB0 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB150203176-
CMYK0.2600.130.20
HSL149.43º33.76%69.22%-
HSV(B)149.43º26.11%79.61%-
XYZ41.7752.3348.97-
YUV184.08123.44103.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=28.36%
G=38.37%
B=33.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031760.2600.130.20149.4333.7669.22
Hex96CBB01A0D14952245
Octal226313260320152422542105
Binary100101101100101110110000110100110110100100101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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