#9BE1B1

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

Shades of Vista Blue #9BE1B1

Tints of Vista Blue #9BE1B1

Color information

#9BE1B1 (or 0x9BE1B1) is unknown color: approx Vista Blue. HEX triplet: 9B, E1 and B1. RGB value is (155,225,177). Sum of RGB (Red+Green+Blue) = 155+225+177=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE1B1 is #641E4E. Grayscale: #C6C6C6. Windows color (decimal): -6561359 or 11657627. OLE color: 11657627.

HSL color Cylindrical-coordinate representation of color #9BE1B1: hue angle of 138.86º 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 #9BE1B1 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB155225177-
CMYK0.3100.210.12
HSL138.86º53.85%74.51%-
HSV(B)138.86º31.11%88.24%-
XYZ48.3863.9951.4-
YUV198.6115.8196.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=27.83%
G=40.39%
B=31.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251770.3100.210.12138.8653.8574.51
Hex9BE1B11F015C8b364b
Octal233341261370251421366113
Binary100110111110000110110001111110101011100100010111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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