#9FC4B0

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

Shades of Vista Blue #9FC4B0

Tints of Vista Blue #9FC4B0

Color information

#9FC4B0 (or 0x9FC4B0) is unknown color: approx Vista Blue. HEX triplet: 9F, C4 and B0. RGB value is (159,196,176). Sum of RGB (Red+Green+Blue) = 159+196+176=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC4B0 is #603B4F. Grayscale: #B6B6B6. Windows color (decimal): -6306640 or 11584671. OLE color: 11584671.

HSL color Cylindrical-coordinate representation of color #9FC4B0: hue angle of 147.57º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC4B0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB159196176-
CMYK0.1900.100.23
HSL147.57º23.87%69.61%-
HSV(B)147.57º18.88%76.86%-
XYZ41.8749.9948.52-
YUV182.66124.24111.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=29.94%
G=36.91%
B=33.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591961760.1900.100.23147.5723.8769.61
Hex9FC4B0130A17941846
Octal237304260230122722430106
Binary10011111110001001011000010011010101011110010100110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,176); }

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

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

 a { background-color: rgb(159,196,176); }

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

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

 span { border-color: rgb(159,196,176); }

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