#9BEBBD

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

Shades of Vista Blue #9BEBBD

Tints of Vista Blue #9BEBBD

Color information

#9BEBBD (or 0x9BEBBD) is unknown color: approx Vista Blue. HEX triplet: 9B, EB and BD. RGB value is (155,235,189). Sum of RGB (Red+Green+Blue) = 155+235+189=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBBD is #641442. Grayscale: #CDCDCD. Windows color (decimal): -6558787 or 12446619. OLE color: 12446619.

HSL color Cylindrical-coordinate representation of color #9BEBBD: hue angle of 145.5º 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 #9BEBBD is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB155235189-
CMYK0.3400.200.08
HSL145.5º66.67%76.47%-
HSV(B)145.5º34.04%92.16%-
XYZ52.4170.0658.9-
YUV205.84118.591.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=26.77%
G=40.59%
B=32.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351890.3400.200.08145.566.6776.47
Hex9BEBBD22014892434c
Octal2333532754202410222103114
Binary10011011111010111011110110001001010010001001001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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