#9BC8AC

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

Shades of Vista Blue #9BC8AC

Tints of Vista Blue #9BC8AC

Color information

#9BC8AC (or 0x9BC8AC) is unknown color: approx Vista Blue. HEX triplet: 9B, C8 and AC. RGB value is (155,200,172). Sum of RGB (Red+Green+Blue) = 155+200+172=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC8AC is #643753. Grayscale: #B7B7B7. Windows color (decimal): -6567764 or 11323547. OLE color: 11323547.

HSL color Cylindrical-coordinate representation of color #9BC8AC: hue angle of 142.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC8AC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB155200172-
CMYK0.2200.140.22
HSL142.67º29.03%69.61%-
HSV(B)142.67º22.5%78.43%-
XYZ41.6251.2646.73-
YUV183.35121.59107.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=29.41%
G=37.95%
B=32.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001720.2200.140.22142.6729.0369.61
Hex9BC8AC160E168f1d46
Octal233310254260162621735106
Binary10011011110010001010110010110011101011010001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,200,172); }

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

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

 a { background-color: rgb(155,200,172); }

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

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

 span { border-color: rgb(155,200,172); }

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