#9BE8B6

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

Shades of Vista Blue #9BE8B6

Tints of Vista Blue #9BE8B6

Color information

#9BE8B6 (or 0x9BE8B6) is unknown color: approx Vista Blue. HEX triplet: 9B, E8 and B6. RGB value is (155,232,182). Sum of RGB (Red+Green+Blue) = 155+232+182=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE8B6 is #641749. Grayscale: #CBCBCB. Windows color (decimal): -6559562 or 11987099. OLE color: 11987099.

HSL color Cylindrical-coordinate representation of color #9BE8B6: hue angle of 141.04º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE8B6 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB155232182-
CMYK0.3300.220.09
HSL141.04º62.6%75.88%-
HSV(B)141.04º33.19%90.98%-
XYZ50.8268.0654.71-
YUV203.28115.9993.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 232 (91.02% from 255) = 40.77%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=27.24%
G=40.77%
B=31.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552321820.3300.220.09141.0462.675.88
Hex9BE8B62101698d3f4c
Octal233350266410261121577114
Binary1001101111101000101101101000010101101001100011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,232,182); }

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

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

 a { background-color: rgb(155,232,182); }

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

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

 span { border-color: rgb(155,232,182); }

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