#9BDBB8

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

Shades of Vista Blue #9BDBB8

Tints of Vista Blue #9BDBB8

Color information

#9BDBB8 (or 0x9BDBB8) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and B8. RGB value is (155,219,184). Sum of RGB (Red+Green+Blue) = 155+219+184=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBB8 is #642447. Grayscale: #C3C3C3. Windows color (decimal): -6562888 or 12114843. OLE color: 12114843.

HSL color Cylindrical-coordinate representation of color #9BDBB8: hue angle of 147.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBB8 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB155219184-
CMYK0.2900.160.14
HSL147.19º47.06%73.33%-
HSV(B)147.19º29.22%85.88%-
XYZ47.561.0954.64-
YUV195.87121.398.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=27.78%
G=39.25%
B=32.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191840.2900.160.14147.1947.0673.33
Hex9BDBB81D010E932f49
Octal233333270350201622357111
Binary100110111101101110111000111010100001110100100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,184); }

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

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

 a { background-color: rgb(155,219,184); }

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

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

 span { border-color: rgb(155,219,184); }

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