#9BDBC1

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

Shades of Vista Blue #9BDBC1

Tints of Vista Blue #9BDBC1

Color information

#9BDBC1 (or 0x9BDBC1) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and C1. RGB value is (155,219,193). Sum of RGB (Red+Green+Blue) = 155+219+193=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBC1 is #64243E. Grayscale: #C4C4C4. Windows color (decimal): -6562879 or 12704667. OLE color: 12704667.

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

Color convert

RGB155219193-
CMYK0.2900.120.14
HSL155.62º47.06%73.33%-
HSV(B)155.62º29.22%85.88%-
XYZ48.4761.4859.76-
YUV196.9125.898.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=27.34%
G=38.62%
B=34.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191930.2900.120.14155.6247.0673.33
Hex9BDBC11D0CE9c2f49
Octal233333301350141623457111
Binary10011011110110111100000111101011001110100111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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