#9BE1BC

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

Shades of Vista Blue #9BE1BC

Tints of Vista Blue #9BE1BC

Color information

#9BE1BC (or 0x9BE1BC) is unknown color: approx Vista Blue. HEX triplet: 9B, E1 and BC. RGB value is (155,225,188). Sum of RGB (Red+Green+Blue) = 155+225+188=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1BC is #641E43. Grayscale: #C7C7C7. Windows color (decimal): -6561348 or 12378523. OLE color: 12378523.

HSL color Cylindrical-coordinate representation of color #9BE1BC: hue angle of 148.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1BC is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB155225188-
CMYK0.3100.160.12
HSL148.29º53.85%74.51%-
HSV(B)148.29º31.11%88.24%-
XYZ49.5264.4557.41-
YUV199.85121.3196.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.29%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=27.29%
G=39.61%
B=33.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251880.3100.160.12148.2953.8574.51
Hex9BE1BC1F010C94364b
Octal233341274370201422466113
Binary100110111110000110111100111110100001100100101001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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