#9BE0C0

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

Shades of Vista Blue #9BE0C0

Tints of Vista Blue #9BE0C0

Color information

#9BE0C0 (or 0x9BE0C0) is unknown color: approx Vista Blue. HEX triplet: 9B, E0 and C0. RGB value is (155,224,192). Sum of RGB (Red+Green+Blue) = 155+224+192=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0C0 is #641F3F. Grayscale: #C7C7C7. Windows color (decimal): -6561600 or 12640411. OLE color: 12640411.

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

Color convert

RGB155224192-
CMYK0.3100.140.12
HSL152.17º52.67%74.31%-
HSV(B)152.17º30.8%87.84%-
XYZ49.6964.0959.62-
YUV199.72123.6496.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=27.15%
G=39.23%
B=33.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552241920.3100.140.12152.1752.6774.31
Hex9BE0C01F0EC98354a
Octal233340300370161423065112
Binary10011011111000001100000011111011101100100110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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