#9bd3bf

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

Shades of Vista Blue #9BD3BF

Tints of Vista Blue #9BD3BF

Color information

#9BD3BF (or 0x9BD3BF) is unknown color: approx Vista Blue. HEX triplet: 9B, D3 and BF. RGB value is (155,211,191). Sum of RGB (Red+Green+Blue) = 155+211+191=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD3BF is #642C40. Grayscale: #C0C0C0. Windows color (decimal): -6564929 or 12571547. OLE color: 12571547.

HSL color Cylindrical-coordinate representation of color #9BD3BF: hue angle of 158.57º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD3BF is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB155211191-
CMYK0.2700.090.17
HSL158.57º38.89%71.76%-
HSV(B)158.57º26.54%82.75%-
XYZ46.2257.3257.92-
YUV191.98127.45101.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 191 (75% from 255) = 34.29%
R=27.83%
G=37.88%
B=34.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552111910.2700.090.17158.5738.8971.76
Hex9BD3BF1B09119f2748
Octal233323277330112123747110
Binary100110111101001110111111110110100110001100111111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd3bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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