#96EEBB

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

Shades of Vista Blue #96EEBB

Tints of Vista Blue #96EEBB

Color information

#96EEBB (or 0x96EEBB) is unknown color: approx Vista Blue. HEX triplet: 96, EE and BB. RGB value is (150,238,187). Sum of RGB (Red+Green+Blue) = 150+238+187=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEBB is #691144. Grayscale: #CDCDCD. Windows color (decimal): -6885701 or 12316310. OLE color: 12316310.

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

Color convert

RGB150238187-
CMYK0.3700.210.07
HSL145.23º72.13%76.08%-
HSV(B)145.23º36.97%93.33%-
XYZ52.1271.2258.01-
YUV205.87117.3588.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 238 (93.36% from 255) = 41.39%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=26.09%
G=41.39%
B=32.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502381870.3700.210.07145.2372.1376.08
Hex96EEBB25015791484c
Octal226356273450257221110114
Binary1001011011101110101110111001010101011111001000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,238,187); }

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

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

 a { background-color: rgb(150,238,187); }

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

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

 span { border-color: rgb(150,238,187); }

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