#96CBB1

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

Shades of Vista Blue #96CBB1

Tints of Vista Blue #96CBB1

Color information

#96CBB1 (or 0x96CBB1) is unknown color: approx Vista Blue. HEX triplet: 96, CB and B1. RGB value is (150,203,177). Sum of RGB (Red+Green+Blue) = 150+203+177=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBB1 is #69344E. Grayscale: #B8B8B8. Windows color (decimal): -6894671 or 11651990. OLE color: 11651990.

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

Color convert

RGB150203177-
CMYK0.2600.130.20
HSL150.57º33.76%69.22%-
HSV(B)150.57º26.11%79.61%-
XYZ41.8752.3749.5-
YUV184.19123.94103.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=28.30%
G=38.30%
B=33.40%

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
Decimal1502031770.2600.130.20150.5733.7669.22
Hex96CBB11A0D14972245
Octal226313261320152422742105
Binary100101101100101110110001110100110110100100101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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