Html Css Color HEX #9DC6AF Vista Blue

📋 copy color: '#9DC6AF'

red 157 ◦ green 198 ◦ blue 175

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

Shades of Vista Blue #9DC6AF

Tints of Vista Blue #9DC6AF

RGB

 RED value IS 157 (61.72% from 255) = 29.62%

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

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

R = 29.62%
G = 37.36%
B = 33.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#9DC6AF (or 0x9DC6AF) is known color: Vista Blue. HEX triplet: 9D, C6 and AF. RGB value is (157,198,175). Sum of RGB (Red+Green+Blue) = 157+198+175=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC6AF is #623950. Grayscale: #B7B7B7. Windows color (decimal): -6437201 or 11519645. OLE color: 11519645.

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

Color convert

RGB 157 198 175 -
CMYK 0.21 0 0.12 0.22
HSL 146.34º 0.26% 0.7% -
HSV(B) 146.34º 0.21% 0.78% -
XYZ 41.84 50.65 48.13 -
YUV 183.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 157 198 175 0.21 0 0.12 0.22 146.34 0.26 0.7
Hex 9D C6 AF 15 0 C 16 92 1A 46
Octal 235 306 257 25 0 14 26 222 32 106
Binary 10011101 11000110 10101111 10101 0 1100 10110 10010010 11010 1000110

Color Harmonies of #9DC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC6AF

Black with #9DC6AF

Text Example


Text Example

White with #9DC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,198,175); }

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

background-color css

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

 a { background-color: rgb(157,198,175); }

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

border-color css

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

 span { border-color: rgb(157,198,175); }

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