#9BDEBF

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

Shades of Vista Blue #9BDEBF

Tints of Vista Blue #9BDEBF

Color information

#9BDEBF (or 0x9BDEBF) is unknown color: approx Vista Blue. HEX triplet: 9B, DE and BF. RGB value is (155,222,191). Sum of RGB (Red+Green+Blue) = 155+222+191=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEBF is #642140. Grayscale: #C6C6C6. Windows color (decimal): -6562113 or 12574363. OLE color: 12574363.

HSL color Cylindrical-coordinate representation of color #9BDEBF: hue angle of 152.24º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDEBF is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB155222191-
CMYK0.3000.140.13
HSL152.24º50.38%73.92%-
HSV(B)152.24º30.18%87.06%-
XYZ49.0462.9758.86-
YUV198.43123.897.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.29%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 191 (75% from 255) = 33.63%
R=27.29%
G=39.08%
B=33.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552221910.3000.140.13152.2450.3873.92
Hex9BDEBF1E0ED98324a
Octal233336277360161523062112
Binary10011011110111101011111111110011101101100110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,222,191); }

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

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

 a { background-color: rgb(155,222,191); }

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

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

 span { border-color: rgb(155,222,191); }

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