#96DBB4

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

Shades of Vista Blue #96DBB4

Tints of Vista Blue #96DBB4

Color information

#96DBB4 (or 0x96DBB4) is unknown color: approx Vista Blue. HEX triplet: 96, DB and B4. RGB value is (150,219,180). Sum of RGB (Red+Green+Blue) = 150+219+180=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBB4 is #69244B. Grayscale: #C2C2C2. Windows color (decimal): -6890572 or 11852694. OLE color: 11852694.

HSL color Cylindrical-coordinate representation of color #96DBB4: hue angle of 146.09º 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 #96DBB4 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB150219180-
CMYK0.3200.180.14
HSL146.09º48.94%72.35%-
HSV(B)146.09º31.51%85.88%-
XYZ46.1560.4452.41-
YUV193.92120.1496.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.32%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=27.32%
G=39.89%
B=32.79%

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
Decimal1502191800.3200.180.14146.0948.9472.35
Hex96DBB420012E923148
Octal226333264400221622261110
Binary1001011011011011101101001000000100101110100100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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