#96ECB2

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

Shades of Vista Blue #96ECB2

Tints of Vista Blue #96ECB2

Color information

#96ECB2 (or 0x96ECB2) is unknown color: approx Vista Blue. HEX triplet: 96, EC and B2. RGB value is (150,236,178). Sum of RGB (Red+Green+Blue) = 150+236+178=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECB2 is #69134D. Grayscale: #CBCBCB. Windows color (decimal): -6886222 or 11725974. OLE color: 11725974.

HSL color Cylindrical-coordinate representation of color #96ECB2: hue angle of 139.53º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECB2 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB150236178-
CMYK0.3600.250.07
HSL139.53º69.35%75.69%-
HSV(B)139.53º36.44%92.55%-
XYZ50.6169.6952.9-
YUV203.67113.5189.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=26.60%
G=41.84%
B=31.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502361780.3600.250.07139.5369.3575.69
Hex96ECB22401978c454c
Octal226354262440317214105114
Binary1001011011101100101100101001000110011111000110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,178); }

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

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

 a { background-color: rgb(150,236,178); }

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

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

 span { border-color: rgb(150,236,178); }

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