#9BEBB6

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

Shades of Vista Blue #9BEBB6

Tints of Vista Blue #9BEBB6

Color information

#9BEBB6 (or 0x9BEBB6) is unknown color: approx Vista Blue. HEX triplet: 9B, EB and B6. RGB value is (155,235,182). Sum of RGB (Red+Green+Blue) = 155+235+182=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBB6 is #641449. Grayscale: #CDCDCD. Windows color (decimal): -6558794 or 11987867. OLE color: 11987867.

HSL color Cylindrical-coordinate representation of color #9BEBB6: hue angle of 140.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBB6 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB155235182-
CMYK0.3400.230.08
HSL140.25º66.67%76.47%-
HSV(B)140.25º34.04%92.16%-
XYZ51.6769.7655-
YUV205.0411592.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.10%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=27.10%
G=41.08%
B=31.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351820.3400.230.08140.2566.6776.47
Hex9BEBB62201788c434c
Octal2333532664202710214103114
Binary10011011111010111011011010001001011110001000110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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