#96E1BD

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

Shades of Vista Blue #96E1BD

Tints of Vista Blue #96E1BD

Color information

#96E1BD (or 0x96E1BD) is unknown color: approx Vista Blue. HEX triplet: 96, E1 and BD. RGB value is (150,225,189). Sum of RGB (Red+Green+Blue) = 150+225+189=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1BD is #691E42. Grayscale: #C6C6C6. Windows color (decimal): -6889027 or 12444054. OLE color: 12444054.

HSL color Cylindrical-coordinate representation of color #96E1BD: hue angle of 151.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1BD is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB150225189-
CMYK0.3300.160.12
HSL151.2º55.56%73.53%-
HSV(B)151.2º33.33%88.24%-
XYZ48.6964.0157.93-
YUV198.47122.6593.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=26.60%
G=39.89%
B=33.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251890.3300.160.12151.255.5673.53
Hex96E1BD21010C97384a
Octal226341275410201422770112
Binary1001011011100001101111011000010100001100100101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,189); }

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

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

 a { background-color: rgb(150,225,189); }

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

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

 span { border-color: rgb(150,225,189); }

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