#9BEBBB

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

Shades of Vista Blue #9BEBBB

Tints of Vista Blue #9BEBBB

Color information

#9BEBBB (or 0x9BEBBB) is unknown color: approx Vista Blue. HEX triplet: 9B, EB and BB. RGB value is (155,235,187). Sum of RGB (Red+Green+Blue) = 155+235+187=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBBB is #641444. Grayscale: #CDCDCD. Windows color (decimal): -6558789 or 12315547. OLE color: 12315547.

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

Color convert

RGB155235187-
CMYK0.3400.200.08
HSL144º66.67%76.47%-
HSV(B)144º34.04%92.16%-
XYZ52.269.9757.77-
YUV205.61117.591.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=26.86%
G=40.73%
B=32.41%

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
Decimal1552351870.3400.200.0814466.6776.47
Hex9BEBBB22014890434c
Octal2333532734202410220103114
Binary10011011111010111011101110001001010010001001000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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