#9BD1AE

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

Shades of Vista Blue #9BD1AE

Tints of Vista Blue #9BD1AE

Color information

#9BD1AE (or 0x9BD1AE) is unknown color: approx Vista Blue. HEX triplet: 9B, D1 and AE. RGB value is (155,209,174). Sum of RGB (Red+Green+Blue) = 155+209+174=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD1AE is #642E51. Grayscale: #BCBCBC. Windows color (decimal): -6565458 or 11456923. OLE color: 11456923.

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

Color convert

RGB155209174-
CMYK0.2600.170.18
HSL141.11º36.99%71.37%-
HSV(B)141.11º25.84%81.96%-
XYZ43.9655.6348.46-
YUV188.86119.61103.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=28.81%
G=38.85%
B=32.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552091740.2600.170.18141.1136.9971.37
Hex9BD1AE1A011128d2547
Octal233321256320212221545107
Binary1001101111010001101011101101001000110010100011011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,209,174); }

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

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

 a { background-color: rgb(155,209,174); }

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

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

 span { border-color: rgb(155,209,174); }

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