#9BDBC0

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

Shades of Vista Blue #9BDBC0

Tints of Vista Blue #9BDBC0

Color information

#9BDBC0 (or 0x9BDBC0) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and C0. RGB value is (155,219,192). Sum of RGB (Red+Green+Blue) = 155+219+192=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBC0 is #64243F. Grayscale: #C4C4C4. Windows color (decimal): -6562880 or 12639131. OLE color: 12639131.

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

Color convert

RGB155219192-
CMYK0.2900.120.14
HSL154.69º47.06%73.33%-
HSV(B)154.69º29.22%85.88%-
XYZ48.3661.4459.18-
YUV196.79125.398.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.39%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=27.39%
G=38.69%
B=33.92%

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
Decimal1552191920.2900.120.14154.6947.0673.33
Hex9BDBC01D0CE9b2f49
Octal233333300350141623357111
Binary10011011110110111100000011101011001110100110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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