#9BD6BF

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

Shades of Vista Blue #9BD6BF

Tints of Vista Blue #9BD6BF

Color information

#9BD6BF (or 0x9BD6BF) is unknown color: approx Vista Blue. HEX triplet: 9B, D6 and BF. RGB value is (155,214,191). Sum of RGB (Red+Green+Blue) = 155+214+191=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6BF is #642940. Grayscale: #C1C1C1. Windows color (decimal): -6564161 or 12572315. OLE color: 12572315.

HSL color Cylindrical-coordinate representation of color #9BD6BF: hue angle of 156.61º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD6BF is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB155214191-
CMYK0.2800.110.16
HSL156.61º41.84%72.35%-
HSV(B)156.61º27.57%83.92%-
XYZ46.9758.8258.17-
YUV193.74126.45100.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 191 (75% from 255) = 34.11%
R=27.68%
G=38.21%
B=34.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141910.2800.110.16156.6141.8472.35
Hex9BD6BF1C0B109d2a48
Octal233326277340132023552110
Binary100110111101011010111111111000101110000100111011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,214,191); }

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

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

 a { background-color: rgb(155,214,191); }

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

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

 span { border-color: rgb(155,214,191); }

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