#9BE1B7

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

Shades of Vista Blue #9BE1B7

Tints of Vista Blue #9BE1B7

Color information

#9BE1B7 (or 0x9BE1B7) is unknown color: approx Vista Blue. HEX triplet: 9B, E1 and B7. RGB value is (155,225,183). Sum of RGB (Red+Green+Blue) = 155+225+183=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1B7 is #641E48. Grayscale: #C7C7C7. Windows color (decimal): -6561353 or 12050843. OLE color: 12050843.

HSL color Cylindrical-coordinate representation of color #9BE1B7: hue angle of 144º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1B7 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB155225183-
CMYK0.3100.190.12
HSL144º53.85%74.51%-
HSV(B)144º31.11%88.24%-
XYZ48.9964.2454.62-
YUV199.28118.8196.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=27.53%
G=39.96%
B=32.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251830.3100.190.1214453.8574.51
Hex9BE1B71F013C90364b
Octal233341267370231422066113
Binary100110111110000110110111111110100111100100100001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,183); }

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

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

 a { background-color: rgb(155,225,183); }

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

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

 span { border-color: rgb(155,225,183); }

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