Html Css Color HEX #9BD9AF Vista Blue

📋 copy color: '#9BD9AF'

red 155 ◦ green 217 ◦ blue 175

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

Shades of Vista Blue #9BD9AF

Tints of Vista Blue #9BD9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.67%

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

R = 28.34%
G = 39.67%
B = 31.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#9BD9AF (or 0x9BD9AF) is known color: Vista Blue. HEX triplet: 9B, D9 and AF. RGB value is (155,217,175). Sum of RGB (Red+Green+Blue) = 155+217+175=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD9AF is #642650. Grayscale: #C1C1C1. Windows color (decimal): -6563409 or 11524507. OLE color: 11524507.

HSL color Cylindrical-coordinate representation of color #9BD9AF: hue angle of 139.35º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9AF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 217 175 -
CMYK 0.29 0 0.19 0.15
HSL 139.35º 0.45% 0.73% -
HSV(B) 139.35º 0.29% 0.85% -
XYZ 46.07 59.69 49.65 -
YUV 193.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 155 217 175 0.29 0 0.19 0.15 139.35 0.45 0.73
Hex 9B D9 AF 1D 0 13 F 8B 2D 49
Octal 233 331 257 35 0 23 17 213 55 111
Binary 10011011 11011001 10101111 11101 0 10011 1111 10001011 101101 1001001

Color Harmonies of #9BD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9AF

Black with #9BD9AF

Text Example


Text Example

White with #9BD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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