#9becb4

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

Shades of Vista Blue #9BECB4

Tints of Vista Blue #9BECB4

Color information

#9BECB4 (or 0x9BECB4) is unknown color: approx Vista Blue. HEX triplet: 9B, EC and B4. RGB value is (155,236,180). Sum of RGB (Red+Green+Blue) = 155+236+180=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECB4 is #64134B. Grayscale: #CDCDCD. Windows color (decimal): -6558540 or 11857051. OLE color: 11857051.

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

Color convert

RGB155236180-
CMYK0.3400.240.07
HSL138.52º68.07%76.67%-
HSV(B)138.52º34.32%92.55%-
XYZ51.7570.2554.01-
YUV205.4113.6692.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=27.15%
G=41.33%
B=31.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552361800.3400.240.07138.5268.0776.67
Hex9BECB42201878b444d
Octal233354264420307213104115
Binary1001101111101100101101001000100110001111000101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9becb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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