#9BDBBE

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

Shades of Vista Blue #9BDBBE

Tints of Vista Blue #9BDBBE

Color information

#9BDBBE (or 0x9BDBBE) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and BE. RGB value is (155,219,190). Sum of RGB (Red+Green+Blue) = 155+219+190=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBBE is #642441. Grayscale: #C4C4C4. Windows color (decimal): -6562882 or 12508059. OLE color: 12508059.

HSL color Cylindrical-coordinate representation of color #9BDBBE: hue angle of 152.81º 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 #9BDBBE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB155219190-
CMYK0.2900.130.14
HSL152.81º47.06%73.33%-
HSV(B)152.81º29.22%85.88%-
XYZ48.1461.3558.02-
YUV196.56124.398.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=27.48%
G=38.83%
B=33.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191900.2900.130.14152.8147.0673.33
Hex9BDBBE1D0DE992f49
Octal233333276350151623157111
Binary10011011110110111011111011101011011110100110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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