Html Css Color HEX #9BC5AF Vista Blue

📋 copy color: '#9BC5AF'

red 155 ◦ green 197 ◦ blue 175

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

Shades of Vista Blue #9BC5AF

Tints of Vista Blue #9BC5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.38%

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 29.41%
G = 37.38%
B = 33.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#9BC5AF (or 0x9BC5AF) is known color: Vista Blue. HEX triplet: 9B, C5 and AF. RGB value is (155,197,175). Sum of RGB (Red+Green+Blue) = 155+197+175=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC5AF is #643A50. Grayscale: #B5B5B5. Windows color (decimal): -6568529 or 11519387. OLE color: 11519387.

HSL color Cylindrical-coordinate representation of color #9BC5AF: hue angle of 148.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC5AF is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 197 175 -
CMYK 0.21 0 0.11 0.23
HSL 148.57º 0.27% 0.69% -
HSV(B) 148.57º 0.21% 0.77% -
XYZ 41.22 50 48.04 -
YUV 181.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 155 197 175 0.21 0 0.11 0.23 148.57 0.27 0.69
Hex 9B C5 AF 15 0 B 17 95 1B 45
Octal 233 305 257 25 0 13 27 225 33 105
Binary 10011011 11000101 10101111 10101 0 1011 10111 10010101 11011 1000101

Color Harmonies of #9BC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC5AF

Black with #9BC5AF

Text Example


Text Example

White with #9BC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,197,175); }

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

background-color css

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

 a { background-color: rgb(155,197,175); }

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

border-color css

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

 span { border-color: rgb(155,197,175); }

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