#9BE0BA

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

Shades of Vista Blue #9BE0BA

Tints of Vista Blue #9BE0BA

Color information

#9BE0BA (or 0x9BE0BA) is unknown color: approx Vista Blue. HEX triplet: 9B, E0 and BA. RGB value is (155,224,186). Sum of RGB (Red+Green+Blue) = 155+224+186=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0BA is #641F45. Grayscale: #C7C7C7. Windows color (decimal): -6561606 or 12247195. OLE color: 12247195.

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

Color convert

RGB155224186-
CMYK0.3100.170.12
HSL146.96º52.67%74.31%-
HSV(B)146.96º30.8%87.84%-
XYZ49.0463.8356.19-
YUV199.04120.6496.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=27.43%
G=39.65%
B=32.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552241860.3100.170.12146.9652.6774.31
Hex9BE0BA1F011C93354a
Octal233340272370211422365112
Binary100110111110000010111010111110100011100100100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,224,186); }

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

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

 a { background-color: rgb(155,224,186); }

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

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

 span { border-color: rgb(155,224,186); }

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