#96EFBA

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

Shades of Vista Blue #96EFBA

Tints of Vista Blue #96EFBA

Color information

#96EFBA (or 0x96EFBA) is unknown color: approx Vista Blue. HEX triplet: 96, EF and BA. RGB value is (150,239,186). Sum of RGB (Red+Green+Blue) = 150+239+186=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFBA is #691045. Grayscale: #CECECE. Windows color (decimal): -6885446 or 12251030. OLE color: 12251030.

HSL color Cylindrical-coordinate representation of color #96EFBA: hue angle of 144.27º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFBA is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB150239186-
CMYK0.3700.220.06
HSL144.27º73.55%76.27%-
HSV(B)144.27º37.24%93.73%-
XYZ52.3171.7657.55-
YUV206.35116.5187.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=26.09%
G=41.57%
B=32.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502391860.3700.220.06144.2773.5576.27
Hex96EFBA250166904a4c
Octal226357272450266220112114
Binary1001011011101111101110101001010101101101001000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,186); }

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

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

 a { background-color: rgb(150,239,186); }

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

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

 span { border-color: rgb(150,239,186); }

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