#9BDBB4

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

Shades of Vista Blue #9BDBB4

Tints of Vista Blue #9BDBB4

Color information

#9BDBB4 (or 0x9BDBB4) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and B4. RGB value is (155,219,180). Sum of RGB (Red+Green+Blue) = 155+219+180=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBB4 is #64244B. Grayscale: #C3C3C3. Windows color (decimal): -6562892 or 11852699. OLE color: 11852699.

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

Color convert

RGB155219180-
CMYK0.2900.180.14
HSL143.44º47.06%73.33%-
HSV(B)143.44º29.22%85.88%-
XYZ47.0960.9352.46-
YUV195.42119.399.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=27.98%
G=39.53%
B=32.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191800.2900.180.14143.4447.0673.33
Hex9BDBB41D012E8f2f49
Octal233333264350221621757111
Binary100110111101101110110100111010100101110100011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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