#9BEBBC

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

Shades of Vista Blue #9BEBBC

Tints of Vista Blue #9BEBBC

Color information

#9BEBBC (or 0x9BEBBC) is unknown color: approx Vista Blue. HEX triplet: 9B, EB and BC. RGB value is (155,235,188). Sum of RGB (Red+Green+Blue) = 155+235+188=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBBC is #641443. Grayscale: #CDCDCD. Windows color (decimal): -6558788 or 12381083. OLE color: 12381083.

HSL color Cylindrical-coordinate representation of color #9BEBBC: hue angle of 144.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBBC is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB155235188-
CMYK0.3400.20.08
HSL144.75º66.67%76.47%-
HSV(B)144.75º34.04%92.16%-
XYZ52.370.0258.33-
YUV205.7211891.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.82%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=26.82%
G=40.66%
B=32.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351880.3400.20.08144.7566.6776.47
Hex9BEBBC22014891434c
Octal2333532744202410221103114
Binary10011011111010111011110010001001010010001001000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,235,188); }

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

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

 a { background-color: rgb(155,235,188); }

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

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

 span { border-color: rgb(155,235,188); }

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