#9BECB9

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

Shades of Vista Blue #9BECB9

Tints of Vista Blue #9BECB9

Color information

#9BECB9 (or 0x9BECB9) is unknown color: approx Vista Blue. HEX triplet: 9B, EC and B9. RGB value is (155,236,185). Sum of RGB (Red+Green+Blue) = 155+236+185=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECB9 is #641346. Grayscale: #CECECE. Windows color (decimal): -6558535 or 12184731. OLE color: 12184731.

HSL color Cylindrical-coordinate representation of color #9BECB9: hue angle of 142.22º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECB9 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB155236185-
CMYK0.3400.220.07
HSL142.22º68.07%76.67%-
HSV(B)142.22º34.32%92.55%-
XYZ52.2770.4656.74-
YUV205.97116.1691.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=26.91%
G=40.97%
B=32.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552361850.3400.220.07142.2268.0776.67
Hex9BECB92201678e444d
Octal233354271420267216104115
Binary1001101111101100101110011000100101101111000111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,236,185); }

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

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

 a { background-color: rgb(155,236,185); }

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

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

 span { border-color: rgb(155,236,185); }

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