#96D2BC

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

Shades of Vista Blue #96D2BC

Tints of Vista Blue #96D2BC

Color information

#96D2BC (or 0x96D2BC) is unknown color: approx Vista Blue. HEX triplet: 96, D2 and BC. RGB value is (150,210,188). Sum of RGB (Red+Green+Blue) = 150+210+188=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #96D2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2BC is #692D43. Grayscale: #BDBDBD. Windows color (decimal): -6892868 or 12374678. OLE color: 12374678.

HSL color Cylindrical-coordinate representation of color #96D2BC: hue angle of 158º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D2BC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB150210188-
CMYK0.2900.100.18
HSL158º40%70.59%-
HSV(B)158º28.57%82.35%-
XYZ44.756.2156.07-
YUV189.55127.1299.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=27.37%
G=38.32%
B=34.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101880.2900.100.181584070.59
Hex96D2BC1D0A129e2847
Octal226322274350122223650107
Binary100101101101001010111100111010101010010100111101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,210,188); }

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

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

 a { background-color: rgb(150,210,188); }

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

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

 span { border-color: rgb(150,210,188); }

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