#9FCFB8

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

Shades of Vista Blue #9FCFB8

Tints of Vista Blue #9FCFB8

Color information

#9FCFB8 (or 0x9FCFB8) is unknown color: approx Vista Blue. HEX triplet: 9F, CF and B8. RGB value is (159,207,184). Sum of RGB (Red+Green+Blue) = 159+207+184=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFB8 is #603047. Grayscale: #BEBEBE. Windows color (decimal): -6303816 or 12111775. OLE color: 12111775.

HSL color Cylindrical-coordinate representation of color #9FCFB8: hue angle of 151.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCFB8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB159207184-
CMYK0.2300.110.19
HSL151.25º33.33%71.76%-
HSV(B)151.25º23.19%81.18%-
XYZ45.2655.4653.67-
YUV190.03124.6105.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.91%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=28.91%
G=37.64%
B=33.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592071840.2300.110.19151.2533.3371.76
Hex9FCFB8170B13972148
Octal237317270270132322741110
Binary100111111100111110111000101110101110011100101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,184); }

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

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

 a { background-color: rgb(159,207,184); }

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

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

 span { border-color: rgb(159,207,184); }

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