#9FC8B5

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

Shades of Vista Blue #9FC8B5

Tints of Vista Blue #9FC8B5

Color information

#9FC8B5 (or 0x9FC8B5) is unknown color: approx Vista Blue. HEX triplet: 9F, C8 and B5. RGB value is (159,200,181). Sum of RGB (Red+Green+Blue) = 159+200+181=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8B5 is #60374A. Grayscale: #B9B9B9. Windows color (decimal): -6305611 or 11913375. OLE color: 11913375.

HSL color Cylindrical-coordinate representation of color #9FC8B5: hue angle of 152.2º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC8B5 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB159200181-
CMYK0.2000.090.22
HSL152.2º27.15%70.39%-
HSV(B)152.2º20.5%78.43%-
XYZ43.2952.0251.47-
YUV185.58125.42109.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=29.44%
G=37.04%
B=33.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001810.2000.090.22152.227.1570.39
Hex9FC8B5140916981b46
Octal237310265240112623033106
Binary10011111110010001011010110100010011011010011000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,200,181); }

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

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

 a { background-color: rgb(159,200,181); }

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

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

 span { border-color: rgb(159,200,181); }

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