#9BF0BA

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

Shades of Vista Blue #9BF0BA

Tints of Vista Blue #9BF0BA

Color information

#9BF0BA (or 0x9BF0BA) is unknown color: approx Vista Blue. HEX triplet: 9B, F0 and BA. RGB value is (155,240,186). Sum of RGB (Red+Green+Blue) = 155+240+186=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0BA is #640F45. Grayscale: #D0D0D0. Windows color (decimal): -6557510 or 12251291. OLE color: 12251291.

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

Color convert

RGB155240186-
CMYK0.3500.220.06
HSL141.88º73.91%77.45%-
HSV(B)141.88º35.42%94.12%-
XYZ53.5472.8357.69-
YUV208.43115.3489.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=26.68%
G=41.31%
B=32.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401860.3500.220.06141.8873.9177.45
Hex9BF0BA2301668e4a4d
Octal233360272430266216112115
Binary1001101111110000101110101000110101101101000111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BF0BA; }

 p { color: rgb(155,240,186); }

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

<style>
 a { background-color: #9BF0BA; }

 a { background-color: rgb(155,240,186); }

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

<style>
 span { border-color: #9BF0BA; }

 span { border-color: rgb(155,240,186); }

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