Html Css Color HEX #9BC6AB Vista Blue

📋 copy color: '#9BC6AB'

red 155 ◦ green 198 ◦ blue 171

#9BC6AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #9BC6AB

Tints of Vista Blue #9BC6AB

RGB

 RED value IS 155 (60.94% from 255) = 29.58%

 GREEN value IS 198 (77.73% from 255) = 37.79%

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 29.58%
G = 37.79%
B = 32.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#9BC6AB (or 0x9BC6AB) is known color: Vista Blue. HEX triplet: 9B, C6 and AB. RGB value is (155,198,171). Sum of RGB (Red+Green+Blue) = 155+198+171=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC6AB is #643954. Grayscale: #B6B6B6. Windows color (decimal): -6568277 or 11257499. OLE color: 11257499.

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

Color convert

RGB 155 198 171 -
CMYK 0.22 0 0.14 0.22
HSL 142.33º 0.27% 0.69% -
HSV(B) 142.33º 0.22% 0.78% -
XYZ 41.06 50.3 46.07 -
YUV 182.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 155 198 171 0.22 0 0.14 0.22 142.33 0.27 0.69
Hex 9B C6 AB 16 0 E 16 8E 1B 45
Octal 233 306 253 26 0 16 26 216 33 105
Binary 10011011 11000110 10101011 10110 0 1110 10110 10001110 11011 1000101

Color Harmonies of #9BC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6AB

Black with #9BC6AB

Text Example


Text Example

White with #9BC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,198,171); }

 H1.HeaderClassName
 {
   color: #9BC6AB;
 }
 .AnyTagClassName
 {
   color: #9BC6AB;
 }
</style>

background-color css

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

 a { background-color: rgb(155,198,171); }

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

border-color css

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

 span { border-color: rgb(155,198,171); }

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