#9be2ba

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

Shades of Vista Blue #9BE2BA

Tints of Vista Blue #9BE2BA

Color information

#9BE2BA (or 0x9BE2BA) is unknown color: approx Vista Blue. HEX triplet: 9B, E2 and BA. RGB value is (155,226,186). Sum of RGB (Red+Green+Blue) = 155+226+186=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE2BA is #641D45. Grayscale: #C8C8C8. Windows color (decimal): -6561094 or 12247707. OLE color: 12247707.

HSL color Cylindrical-coordinate representation of color #9BE2BA: hue angle of 146.2º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE2BA is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB155226186-
CMYK0.3100.180.11
HSL146.2º55.04%74.71%-
HSV(B)146.2º31.42%88.63%-
XYZ49.5864.9156.37-
YUV200.21119.9895.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 226 (88.67% from 255) = 39.86%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=27.34%
G=39.86%
B=32.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552261860.3100.180.11146.255.0474.71
Hex9BE2BA1F012B92374b
Octal233342272370221322267113
Binary100110111110001010111010111110100101011100100101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9be2ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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