#9BDFBA

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

Shades of Vista Blue #9BDFBA

Tints of Vista Blue #9BDFBA

Color information

#9BDFBA (or 0x9BDFBA) is unknown color: approx Vista Blue. HEX triplet: 9B, DF and BA. RGB value is (155,223,186). Sum of RGB (Red+Green+Blue) = 155+223+186=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFBA is #642045. Grayscale: #C6C6C6. Windows color (decimal): -6561862 or 12246939. OLE color: 12246939.

HSL color Cylindrical-coordinate representation of color #9BDFBA: hue angle of 147.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFBA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB155223186-
CMYK0.3000.170.13
HSL147.35º51.52%74.12%-
HSV(B)147.35º30.49%87.45%-
XYZ48.7763.2956.1-
YUV198.45120.9797.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=27.48%
G=39.54%
B=32.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231860.3000.170.13147.3551.5274.12
Hex9BDFBA1E011D93344a
Octal233337272360211522364112
Binary100110111101111110111010111100100011101100100111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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