#9BF0BB

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

Shades of Vista Blue #9BF0BB

Tints of Vista Blue #9BF0BB

Color information

#9BF0BB (or 0x9BF0BB) is unknown color: approx Vista Blue. HEX triplet: 9B, F0 and BB. RGB value is (155,240,187). Sum of RGB (Red+Green+Blue) = 155+240+187=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0BB is #640F44. Grayscale: #D0D0D0. Windows color (decimal): -6557509 or 12316827. OLE color: 12316827.

HSL color Cylindrical-coordinate representation of color #9BF0BB: hue angle of 142.59º 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 #9BF0BB is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB155240187-
CMYK0.3500.220.06
HSL142.59º73.91%77.45%-
HSV(B)142.59º35.42%94.12%-
XYZ53.6572.8858.25-
YUV208.54115.8489.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.63%
GREEN value IS 240 (94.14% from 255) = 41.24%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=26.63%
G=41.24%
B=32.13%

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
Decimal1552401870.3500.220.06142.5973.9177.45
Hex9BF0BB2301668f4a4d
Octal233360273430266217112115
Binary1001101111110000101110111000110101101101000111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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