#9BDEB7

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

Shades of Vista Blue #9BDEB7

Tints of Vista Blue #9BDEB7

Color information

#9BDEB7 (or 0x9BDEB7) is unknown color: approx Vista Blue. HEX triplet: 9B, DE and B7. RGB value is (155,222,183). Sum of RGB (Red+Green+Blue) = 155+222+183=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEB7 is #642148. Grayscale: #C5C5C5. Windows color (decimal): -6562121 or 12050075. OLE color: 12050075.

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

Color convert

RGB155222183-
CMYK0.3000.180.13
HSL145.07º50.38%73.92%-
HSV(B)145.07º30.18%87.06%-
XYZ48.1962.6354.35-
YUV197.52119.897.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 222 (87.11% from 255) = 39.64%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=27.68%
G=39.64%
B=32.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552221830.3000.180.13145.0750.3873.92
Hex9BDEB71E012D91324a
Octal233336267360221522162112
Binary100110111101111010110111111100100101101100100011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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