#9BE0BC

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

Shades of Vista Blue #9BE0BC

Tints of Vista Blue #9BE0BC

Color information

#9BE0BC (or 0x9BE0BC) is unknown color: approx Vista Blue. HEX triplet: 9B, E0 and BC. RGB value is (155,224,188). Sum of RGB (Red+Green+Blue) = 155+224+188=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0BC is #641F43. Grayscale: #C7C7C7. Windows color (decimal): -6561604 or 12378267. OLE color: 12378267.

HSL color Cylindrical-coordinate representation of color #9BE0BC: hue angle of 148.7º 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 #9BE0BC is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB155224188-
CMYK0.3100.160.12
HSL148.7º52.67%74.31%-
HSV(B)148.7º30.8%87.84%-
XYZ49.2563.9157.32-
YUV199.26121.6496.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=27.34%
G=39.51%
B=33.16%

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
Decimal1552241880.3100.160.12148.752.6774.31
Hex9BE0BC1F010C95354a
Octal233340274370201422565112
Binary100110111110000010111100111110100001100100101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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