#96DBB3

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

Shades of Vista Blue #96DBB3

Tints of Vista Blue #96DBB3

Color information

#96DBB3 (or 0x96DBB3) is unknown color: approx Vista Blue. HEX triplet: 96, DB and B3. RGB value is (150,219,179). Sum of RGB (Red+Green+Blue) = 150+219+179=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBB3 is #69244C. Grayscale: #C1C1C1. Windows color (decimal): -6890573 or 11787158. OLE color: 11787158.

HSL color Cylindrical-coordinate representation of color #96DBB3: hue angle of 145.22º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBB3 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB150219179-
CMYK0.3200.180.14
HSL145.22º48.94%72.35%-
HSV(B)145.22º31.51%85.88%-
XYZ46.0560.451.88-
YUV193.81119.6496.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=27.37%
G=39.96%
B=32.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502191790.3200.180.14145.2248.9472.35
Hex96DBB320012E913148
Octal226333263400221622161110
Binary1001011011011011101100111000000100101110100100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,219,179); }

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

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

 a { background-color: rgb(150,219,179); }

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

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

 span { border-color: rgb(150,219,179); }

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