#9BD2BD

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

Shades of Vista Blue #9BD2BD

Tints of Vista Blue #9BD2BD

Color information

#9BD2BD (or 0x9BD2BD) is unknown color: approx Vista Blue. HEX triplet: 9B, D2 and BD. RGB value is (155,210,189). Sum of RGB (Red+Green+Blue) = 155+210+189=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2BD is #642D42. Grayscale: #BFBFBF. Windows color (decimal): -6565187 or 12440219. OLE color: 12440219.

HSL color Cylindrical-coordinate representation of color #9BD2BD: hue angle of 157.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2BD is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB155210189-
CMYK0.2600.100.18
HSL157.09º37.93%71.57%-
HSV(B)157.09º26.19%82.35%-
XYZ45.7556.7456.68-
YUV191.16126.78102.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=27.98%
G=37.91%
B=34.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101890.2600.100.18157.0937.9371.57
Hex9BD2BD1A0A129d2648
Octal233322275320122223546110
Binary100110111101001010111101110100101010010100111011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,210,189); }

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

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

 a { background-color: rgb(155,210,189); }

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

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

 span { border-color: rgb(155,210,189); }

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