#9BCEBA

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

Shades of Vista Blue #9BCEBA

Tints of Vista Blue #9BCEBA

Color information

#9BCEBA (or 0x9BCEBA) is unknown color: approx Vista Blue. HEX triplet: 9B, CE and BA. RGB value is (155,206,186). Sum of RGB (Red+Green+Blue) = 155+206+186=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEBA is #643145. Grayscale: #BCBCBC. Windows color (decimal): -6566214 or 12242587. OLE color: 12242587.

HSL color Cylindrical-coordinate representation of color #9BCEBA: hue angle of 156.47º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEBA is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB155206186-
CMYK0.2500.100.19
HSL156.47º34.23%70.78%-
HSV(B)156.47º24.76%80.78%-
XYZ44.4554.6654.66-
YUV188.47126.6104.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=28.34%
G=37.66%
B=34.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061860.2500.100.19156.4734.2370.78
Hex9BCEBA190A139c2247
Octal233316272310122323442107
Binary100110111100111010111010110010101010011100111001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,186); }

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

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

 a { background-color: rgb(155,206,186); }

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

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

 span { border-color: rgb(155,206,186); }

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