Html Css Color HEX #9FC9AF Vista Blue

📋 copy color: '#9FC9AF'

red 159 ◦ green 201 ◦ blue 175

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

Shades of Vista Blue #9FC9AF

Tints of Vista Blue #9FC9AF

RGB

 RED value IS 159 (62.5% from 255) = 29.72%

 GREEN value IS 201 (78.91% from 255) = 37.57%

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

R = 29.72%
G = 37.57%
B = 32.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#9FC9AF (or 0x9FC9AF) is known color: Vista Blue. HEX triplet: 9F, C9 and AF. RGB value is (159,201,175). Sum of RGB (Red+Green+Blue) = 159+201+175=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC9AF is #603650. Grayscale: #B9B9B9. Windows color (decimal): -6305361 or 11520415. OLE color: 11520415.

HSL color Cylindrical-coordinate representation of color #9FC9AF: hue angle of 142.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9AF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 201 175 -
CMYK 0.21 0 0.13 0.21
HSL 142.86º 0.28% 0.71% -
HSV(B) 142.86º 0.21% 0.79% -
XYZ 42.92 52.24 48.38 -
YUV 185.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 159 201 175 0.21 0 0.13 0.21 142.86 0.28 0.71
Hex 9F C9 AF 15 0 D 15 8F 1C 47
Octal 237 311 257 25 0 15 25 217 34 107
Binary 10011111 11001001 10101111 10101 0 1101 10101 10001111 11100 1000111

Color Harmonies of #9FC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC9AF

Black with #9FC9AF

Text Example


Text Example

White with #9FC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,201,175); }

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

background-color css

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

 a { background-color: rgb(159,201,175); }

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

border-color css

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

 span { border-color: rgb(159,201,175); }

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