#9BD6AF

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

Shades of Vista Blue #9BD6AF

Tints of Vista Blue #9BD6AF

Color information

#9BD6AF (or 0x9BD6AF) is unknown color: approx Vista Blue. HEX triplet: 9B, D6 and AF. RGB value is (155,214,175). Sum of RGB (Red+Green+Blue) = 155+214+175=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD6AF is #642950. Grayscale: #C0C0C0. Windows color (decimal): -6564177 or 11523739. OLE color: 11523739.

HSL color Cylindrical-coordinate representation of color #9BD6AF: hue angle of 140.34º 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 #9BD6AF is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB155214175-
CMYK0.2800.180.16
HSL140.34º41.84%72.35%-
HSV(B)140.34º27.57%83.92%-
XYZ45.358.1649.4-
YUV191.91118.45101.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=28.49%
G=39.34%
B=32.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141750.2800.180.16140.3441.8472.35
Hex9BD6AF1C012108c2a48
Octal233326257340222021452110
Binary1001101111010110101011111110001001010000100011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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