#9EC8B4

Color #9EC8B4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9EC8B4

Tints of Vista Blue #9EC8B4

Color information

#9EC8B4 (or 0x9EC8B4) is unknown color: approx Vista Blue. HEX triplet: 9E, C8 and B4. RGB value is (158,200,180). Sum of RGB (Red+Green+Blue) = 158+200+180=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC8B4 is #61374B. Grayscale: #B9B9B9. Windows color (decimal): -6371148 or 11847838. OLE color: 11847838.

HSL color Cylindrical-coordinate representation of color #9EC8B4: hue angle of 151.43º degrees, saturation: 0.28, 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 #9EC8B4 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB158200180-
CMYK0.2100.10.22
HSL151.43º27.63%70.2%-
HSV(B)151.43º21%78.43%-
XYZ42.9951.8750.93-
YUV185.16125.09108.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.37%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=29.37%
G=37.17%
B=33.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1582001800.2100.10.22151.4327.6370.2
Hex9EC8B4150A16971c46
Octal236310264250122622734106
Binary10011110110010001011010010101010101011010010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,200,180); }

 H1.HeaderClassName
 {
   color: #9EC8B4;
 }
 .AnyTagClassName
 {
   color: #9EC8B4;
 }
</style>
background-color css

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

 a { background-color: rgb(158,200,180); }

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

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

 span { border-color: rgb(158,200,180); }

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