Html Css Color HEX #9EC9AF Vista Blue

📋 copy color: '#9EC9AF'

red 158 ◦ green 201 ◦ blue 175

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

Shades of Vista Blue #9EC9AF

Tints of Vista Blue #9EC9AF

RGB

 RED value IS 158 (62.11% from 255) = 29.59%

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

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

R = 29.59%
G = 37.64%
B = 32.77%

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

#9EC9AF (or 0x9EC9AF) is known color: Vista Blue. HEX triplet: 9E, C9 and AF. RGB value is (158,201,175). Sum of RGB (Red+Green+Blue) = 158+201+175=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC9AF is #613650. Grayscale: #B9B9B9. Windows color (decimal): -6370897 or 11520414. OLE color: 11520414.

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

Color convert

RGB 158 201 175 -
CMYK 0.21 0 0.13 0.21
HSL 143.72º 0.28% 0.7% -
HSV(B) 143.72º 0.21% 0.79% -
XYZ 42.73 52.14 48.37 -
YUV 185.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 158 201 175 0.21 0 0.13 0.21 143.72 0.28 0.7
Hex 9E C9 AF 15 0 D 15 90 1C 46
Octal 236 311 257 25 0 15 25 220 34 106
Binary 10011110 11001001 10101111 10101 0 1101 10101 10010000 11100 1000110

Color Harmonies of #9EC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC9AF

Black with #9EC9AF

Text Example


Text Example

White with #9EC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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